getBanalce on every block

pull/2/merge
Szymon Lesisz 6 years ago
parent eaa6e19050
commit 7de3667e42

@ -179,13 +179,13 @@ export function init(instance: ?Web3, coinIndex: number = 0): AsyncAction {
nonce
});
dispatch( getBalance(account) );
// dispatch( getBalance(account) );
// TODO: check if nonce was updated,
// update tokens balance,
// update account balance,
// update pending transactions
}
dispatch( getBalance(account) );
// dispatch( getNonce(account) );
}

Loading…
Cancel
Save