mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #8771
2eaa523
cryptonote::transaction_prefix: fix IDE parsing error (koe)
This commit is contained in:
commit
5387018ade
@ -182,7 +182,7 @@ namespace cryptonote
|
||||
|
||||
BEGIN_SERIALIZE()
|
||||
VARINT_FIELD(version)
|
||||
if(version == 0 || CURRENT_TRANSACTION_VERSION < version) return false;
|
||||
if((version == 0 || CURRENT_TRANSACTION_VERSION < version)) return false;
|
||||
VARINT_FIELD(unlock_time)
|
||||
FIELD(vin)
|
||||
FIELD(vout)
|
||||
|
Loading…
Reference in New Issue
Block a user