From a052b0230d7d129a9863af4ee1ca98e0ef368bce Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 17 May 2019 18:09:13 +0200 Subject: [PATCH] run ci run --- 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 73097713..2c42911b 100644 --- a/src/actions/ripple/BlockchainActions.js +++ b/src/actions/ripple/BlockchainActions.js @@ -81,7 +81,7 @@ export const onBlockMined = (networkShortcut: string, block: number): PromiseAct // HACK: Since Connect always returns account.transactions as 0 // we don't have info about new transactions for the account since last update. // 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 missed some blocks (wallet was offline) we'll update the account // If we are update to date with the last block that means wallet was online // and we would get Blockchain notification about new transaction if needed accounts.forEach(async account => {