1
0
Fork 0
forked from lthn/blockchain

first attempt to hard fork testnet

This commit is contained in:
cryptozoidberg 2019-08-05 20:56:15 +02:00
parent 74ce613bde
commit 4ef46c2e8b
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC
2 changed files with 2 additions and 2 deletions

View file

@ -4654,7 +4654,7 @@ bool blockchain_storage::handle_block_to_main_chain(const block& bl, const crypt
if (is_pos_bl)
{
bool r = validate_pos_block(bl, current_diffic, pos_coinstake_amount, this_coin_diff, proof_hash, id, false);
CHECK_AND_ASSERT_MES_CUSTOM(r, false, bvc.m_verification_failed = true, "validate_pos_block failed!!");
CHECK_AND_ASSERT_MES_CUSTOM(r, false, bvc.m_verification_failed = true, "validate_pos_block failed!!");
}
else
{

View file

@ -215,7 +215,7 @@
#ifndef TESTNET
#define ZANO_HARDFORK_1_AFTER_HEIGHT 120000
#else
#define ZANO_HARDFORK_1_AFTER_HEIGHT ???
#define ZANO_HARDFORK_1_AFTER_HEIGHT 62102
#endif