|
|
|
@ -24,7 +24,6 @@ export const fillAccountsList = async (plugin: RunTab, dispatch: React.Dispatch< |
|
|
|
|
|
|
|
|
|
const loadedAccounts = {} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for (const account of accounts) { |
|
|
|
|
const balance = await plugin.blockchain.getBalanceInEther(account) |
|
|
|
|
loadedAccounts[account] = shortenAddress(account, balance) |
|
|
|
|