From 0f05ad1e701d5833cc497bda8b4de33d82d375c0 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Fri, 11 Aug 2017 18:47:32 +0200 Subject: [PATCH] [enh] #1069 Resolve fork with 3 blocks and 15 minutes of advance --- app/lib/common-libs/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/common-libs/constants.ts b/app/lib/common-libs/constants.ts index 8a5ebcc3f..2b982e6dd 100644 --- a/app/lib/common-libs/constants.ts +++ b/app/lib/common-libs/constants.ts @@ -73,7 +73,7 @@ export const CommonConstants = { DOCUMENTS_VERSION: 10, TRANSACTION_MAX_TRIES: 10, - SWITCH_ON_BRANCH_AHEAD_BY_X_BLOCKS: 6, + SWITCH_ON_BRANCH_AHEAD_BY_X_BLOCKS: 3, BMA_REGEXP, PUBLIC_KEY: exact(PUBKEY), -- GitLab