do not updateAccountBalances (already done in fillAccountsList)

pull/5370/head
yann300 9 months ago
parent ea96b42ae6
commit c8a7ffd711
  1. 1
      libs/remix-ui/run-tab/src/lib/actions/events.ts

@ -33,7 +33,6 @@ export const setupEvents = (plugin: RunTab, dispatch: React.Dispatch<any>) => {
}
setFinalContext(plugin, dispatch)
fillAccountsList(plugin, dispatch)
updateAccountBalances(plugin, dispatch)
})
plugin.blockchain.event.register('networkStatus', ({ error, network }) => {

Loading…
Cancel
Save