changed to use of Salvium input and output types - doh!
This commit is contained in:
committed by
MoneroOcean
parent
be8c2e9c8f
commit
0aadf3db51
@@ -729,8 +729,8 @@ namespace cryptonote
|
||||
VARINT_FIELD(version)
|
||||
if(version == 0 || CURRENT_TRANSACTION_VERSION < version) return false;
|
||||
VARINT_FIELD(unlock_time)
|
||||
FIELD(vin)
|
||||
FIELD(vout)
|
||||
FIELD(vin_salvium)
|
||||
FIELD(vout_salvium)
|
||||
FIELD(extra)
|
||||
VARINT_FIELD(tx_type)
|
||||
if (type != cryptonote::salvium_transaction_type::PROTOCOL) {
|
||||
|
||||
Reference in New Issue
Block a user