mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
run ci
This commit is contained in:
parent
07371d6be7
commit
d334139a7b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user