1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00
This commit is contained in:
slowbackspace 2019-05-17 18:06:41 +02:00
parent 07371d6be7
commit d334139a7b

View File

@ -83,7 +83,7 @@ export const onBlockMined = (networkShortcut: string, block: number): PromiseAct
// Untill there is a better solution compare accounts block.
// If we missed some blocks (wallet was offline) we'll update the account reducer
// If we are update to date with the last block that means wallet was online
// and we will get Blockchain notification about new transaction if needed
// and we would get Blockchain notification about new transaction if needed
accounts.forEach(async account => {
const missingBlocks = account.block !== block - 1;
if (!missingBlocks) {