first attempt to hard fork testnet
This commit is contained in:
parent
74ce613bde
commit
4ef46c2e8b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue