Skip to content

Commit

Permalink
Blockchain version changed to 1.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vogel76 committed Dec 12, 2024
1 parent 72cc9af commit 68fafc8
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 @@ -140,7 +140,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, 6) )
#define HIVE_BLOCKCHAIN_VERSION ( version(1, 27, 7) )
#define OLD_CHAIN_ID fc::sha256()
#define HIVE_CHAIN_ID fc::sha256("beeab0de00000000000000000000000000000000000000000000000000000000")
#endif
Expand Down

0 comments on commit 68fafc8

Please sign in to comment.