forked from lthn/blockchain
undo global changes2
This commit is contained in:
parent
60c5cc24bc
commit
2707d1515d
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ namespace currency
|
|||
VARINT_FIELD(version)
|
||||
if(CURRENT_TRANSACTION_VERSION < version) return false;
|
||||
FIELD(vin)
|
||||
if(version <= 1)
|
||||
//if(version <= 1)
|
||||
FIELD(vout)
|
||||
FIELD(extra)
|
||||
END_SERIALIZE()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue