bug fix: unstake过程中某些条件下包web3Provider为null

This commit is contained in:
CounterFire2023 2024-07-22 16:26:27 +08:00
parent 3982eea8c7
commit 4457cd800c

View File

@ -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();