Skip to content

Commit 4b3179e

Browse files
committed
do not updateAccountBalances (already done in fillAccountsList)
1 parent 29e6f2f commit 4b3179e

File tree

1 file changed

+0
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/actions

1 file changed

+0
-1
lines changed

libs/remix-ui/run-tab/src/lib/actions/events.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export const setupEvents = (plugin: RunTab, dispatch: React.Dispatch<any>) => {
3333
}
3434
setFinalContext(plugin, dispatch)
3535
fillAccountsList(plugin, dispatch)
36-
updateAccountBalances(plugin, dispatch)
3736
})
3837

3938
plugin.blockchain.event.register('networkStatus', ({ error, network }) => {

0 commit comments

Comments
 (0)