rename is_chain_address to which_chain_address

This commit is contained in:
luk.lu
2022-08-16 15:30:35 +08:00
parent 76deb199a5
commit e9542cb32c
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ DAD.buildUserAction = async function (action, keypair) {
keypair &&
keypair.prikey &&
keypair.pubkey &&
ticc.seckey_to_pubkey({ prikey: keypair.prikey }) === keypair.pubkey
ticc.prikey_to_pubkey({ prikey: keypair.prikey }) === keypair.pubkey
) {
let typedAction = new wo[action.type](action)
typedAction.actorPubkey = keypair.pubkey