Skip to content

Commit

Permalink
Hive Blockchain version bumped to 1.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey committed May 30, 2024
1 parent ba87dc1 commit 4913627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/protocol/include/hive/protocol/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ using namespace hive::protocol::testnet_blockchain_configuration;
#define HIVE_CHAIN_ID fc::sha256("4200000000000000000000000000000000000000000000000000000000000000")
#else
/// Hive mainnet
#define HIVE_BLOCKCHAIN_VERSION ( version(1, 27, 5) )
#define HIVE_BLOCKCHAIN_VERSION ( version(1, 27, 6) )
#define OLD_CHAIN_ID fc::sha256()
#define HIVE_CHAIN_ID fc::sha256("beeab0de00000000000000000000000000000000000000000000000000000000")
#endif
Expand Down

0 comments on commit 4913627

Please sign in to comment.