bug fix: unstake过程中某些条件下包web3Provider为null
This commit is contained in:
parent
3982eea8c7
commit
4457cd800c
@ -161,6 +161,7 @@ export class BlockChain {
|
|||||||
throw new Error(errmsg);
|
throw new Error(errmsg);
|
||||||
}
|
}
|
||||||
this.eoaProvider = provider;
|
this.eoaProvider = provider;
|
||||||
|
this.eoaWallet = walletInstance;
|
||||||
this.store.eoaAddress = accounts[0];
|
this.store.eoaAddress = accounts[0];
|
||||||
this.store.eoaType = wallet;
|
this.store.eoaType = wallet;
|
||||||
this.store.$persist();
|
this.store.$persist();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user