Skip to content

Commit 1b7d706

Browse files
committed
Add clientIndex to call to account
1 parent ccd91d8 commit 1b7d706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stores.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ function createBalanceStore() {
121121
if (stateSyncer) {
122122
if ($address) {
123123
syncState(stateSyncer.get, set)
124-
125-
emitter = getBlocknative().account($address).emitter
124+
const blocknative = getBlocknative()
125+
emitter = blocknative.account(blocknative.clientIndex, $address).emitter
126126
emitter.on("txConfirmed", () => {
127127
syncState(stateSyncer.get, set)
128128
return false

0 commit comments

Comments
 (0)