We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba87dc1 commit 4913627Copy full SHA for 4913627
libraries/protocol/include/hive/protocol/config.hpp
@@ -138,7 +138,7 @@ using namespace hive::protocol::testnet_blockchain_configuration;
138
#define HIVE_CHAIN_ID fc::sha256("4200000000000000000000000000000000000000000000000000000000000000")
139
#else
140
/// Hive mainnet
141
- #define HIVE_BLOCKCHAIN_VERSION ( version(1, 27, 5) )
+ #define HIVE_BLOCKCHAIN_VERSION ( version(1, 27, 6) )
142
#define OLD_CHAIN_ID fc::sha256()
143
#define HIVE_CHAIN_ID fc::sha256("beeab0de00000000000000000000000000000000000000000000000000000000")
144
#endif
0 commit comments