forked from lthn/blockchain
temporary disable block major version check
This commit is contained in:
parent
483f673c0d
commit
5a5497a476
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ namespace currency
|
|||
|
||||
BEGIN_SERIALIZE()
|
||||
FIELD(major_version)
|
||||
if(major_version > CURRENT_BLOCK_MAJOR_VERSION) return false;
|
||||
//if(major_version > CURRENT_BLOCK_MAJOR_VERSION) return false;
|
||||
FIELD(nonce)
|
||||
FIELD(prev_id)
|
||||
VARINT_FIELD(minor_version)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue