forked from lthn/blockchain
Revert "temporary disable block major version check"
This reverts commit 5a5497a476.
This commit is contained in:
parent
5a5497a476
commit
4db9e078ef
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