Skip to content

Commit

Permalink
Update ImportMemo.vue
Browse files Browse the repository at this point in the history
Small fix to properly emit account id during import memo key sign up method
  • Loading branch information
grctest committed Jun 18, 2024
1 parent 73284c5 commit 65a9951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blockchains/bitshares/ImportMemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 65a9951

Please sign in to comment.