From 30c7ee333106aefcb9e02cf93303c4f9deba8f11 Mon Sep 17 00:00:00 2001 From: Martin Lees Date: Wed, 26 Aug 2020 00:48:42 +0200 Subject: [PATCH] final config update --- 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 acfa59a18..bb325068e 100644 --- a/libraries/protocol/include/steem/protocol/config.hpp +++ b/libraries/protocol/include/steem/protocol/config.hpp @@ -9,7 +9,7 @@ // This is checked by get_config_check.sh called from Dockerfile #ifdef IS_TEST_NET -#define STEEM_BLOCKCHAIN_VERSION ( version(0, 24, 0) ) +#define STEEM_BLOCKCHAIN_VERSION ( version(0, 23, 0) ) #define STEEM_INIT_PRIVATE_KEY (fc::ecc::private_key::regenerate(fc::sha256::hash(std::string("init_key")))) #define STEEM_INIT_PUBLIC_KEY_STR (std::string( steem::protocol::public_key_type(STEEM_INIT_PRIVATE_KEY.get_public_key()) )) -- GitLab