diff --git a/src/components/blockchains/bitshares/ImportMemo.vue b/src/components/blockchains/bitshares/ImportMemo.vue index 1ff15cbf..02dc7d16 100644 --- a/src/components/blockchains/bitshares/ImportMemo.vue +++ b/src/components/blockchains/bitshares/ImportMemo.vue @@ -76,7 +76,7 @@ emit('imported', [{ account: { accountName: accountname.value, - accountID: blockchainRequest.verifyAccount.id, + accountID: blockchainRequest.verifyAccount.account.id, chain: props.chain, keys: blockchainRequest.verifyAccount.authorities }