From d334139a7b13216e20be5a9e40ac50b0302b6da5 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 17 May 2019 18:06:41 +0200 Subject: [PATCH] run ci --- src/actions/ripple/BlockchainActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/ripple/BlockchainActions.js b/src/actions/ripple/BlockchainActions.js index 2ca6ce08..73097713 100644 --- a/src/actions/ripple/BlockchainActions.js +++ b/src/actions/ripple/BlockchainActions.js @@ -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) {