rename is_chain_address to which_chain_address
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user