From 4457cd800c782cb8f3c887d3d2c7633c5ca35375 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:26:27 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fix:=20unstake=E8=BF=87=E7=A8=8B=E4=B8=AD?= =?UTF-8?q?=E6=9F=90=E4=BA=9B=E6=9D=A1=E4=BB=B6=E4=B8=8B=E5=8C=85web3Provi?= =?UTF-8?q?der=E4=B8=BAnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chain/BlockChain.js | 1 + 1 file changed, 1 insertion(+) 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();