diff --git a/src/components/chain/BlockChain.js b/src/components/chain/BlockChain.js index 02f85e1..090dc4e 100644 --- a/src/components/chain/BlockChain.js +++ b/src/components/chain/BlockChain.js @@ -161,6 +161,7 @@ export class BlockChain { throw new Error(errmsg); } this.eoaProvider = provider; + this.eoaWallet = walletInstance; this.store.eoaAddress = accounts[0]; this.store.eoaType = wallet; this.store.$persist();