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)
|
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)
|
VARINT_FIELD(unlock_time)
|
||||||
FIELD(vin)
|
FIELD(vin_salvium)
|
||||||
FIELD(vout)
|
FIELD(vout_salvium)
|
||||||
FIELD(extra)
|
FIELD(extra)
|
||||||
VARINT_FIELD(tx_type)
|
VARINT_FIELD(tx_type)
|
||||||
if (type != cryptonote::salvium_transaction_type::PROTOCOL) {
|
if (type != cryptonote::salvium_transaction_type::PROTOCOL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user