1
0
Fork 0
forked from lthn/blockchain

undo global changes2

This commit is contained in:
cryptozoidberg 2022-05-09 20:33:59 +02:00
parent 60c5cc24bc
commit 2707d1515d
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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()