From ef99f6ac6a93d00be1c4b96fb46ac7616d99ff0c Mon Sep 17 00:00:00 2001 From: Martin Lees Date: Tue, 1 Sep 2020 18:07:51 +0200 Subject: [PATCH] ready to ship --- libraries/protocol/include/steem/protocol/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/protocol/include/steem/protocol/config.hpp b/libraries/protocol/include/steem/protocol/config.hpp index c9d9d46e5..2f6003c7b 100644 --- a/libraries/protocol/include/steem/protocol/config.hpp +++ b/libraries/protocol/include/steem/protocol/config.hpp @@ -103,7 +103,7 @@ #define STEEM_MAX_MINER_WITNESSES_HF17 0 #define STEEM_MAX_RUNNER_WITNESSES_HF17 1 -#define STEEM_HARDFORK_REQUIRED_WITNESSES 17 // 17 of the 21 dpos witnesses (20 elected and 1 virtual time) required for hardfork. This guarantees 75% participation on all subsequent rounds. +#define STEEM_HARDFORK_REQUIRED_WITNESSES 0 // 17 of the 21 dpos witnesses (20 elected and 1 virtual time) required for hardfork. This guarantees 75% participation on all subsequent rounds. #define STEEM_MAX_TIME_UNTIL_EXPIRATION (60*60) // seconds, aka: 1 hour #define STEEM_MAX_MEMO_SIZE 2048 #define STEEM_MAX_PROXY_RECURSION_DEPTH 4 -- GitLab