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