Added Loki support
This commit is contained in:
@@ -151,8 +151,16 @@ namespace cryptonote
|
||||
//extra
|
||||
std::vector<uint8_t> extra;
|
||||
|
||||
std::vector<uint64_t> output_unlock_times;
|
||||
bool is_deregister;
|
||||
|
||||
BEGIN_SERIALIZE()
|
||||
VARINT_FIELD(version)
|
||||
if (blob_type == BLOB_TYPE_CRYPTONOTE_LOKI)
|
||||
{
|
||||
FIELD(output_unlock_times)
|
||||
FIELD(is_deregister)
|
||||
}
|
||||
VARINT_FIELD(unlock_time)
|
||||
FIELD(vin)
|
||||
FIELD(vout)
|
||||
|
||||
Reference in New Issue
Block a user