mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 02:23:01 +01:00
rpc: fix mixup in tx_info serialization
This commit is contained in:
@@ -919,7 +919,7 @@ namespace cryptonote
|
|||||||
KV_SERIALIZE(last_failed_id_hash)
|
KV_SERIALIZE(last_failed_id_hash)
|
||||||
KV_SERIALIZE(receive_time)
|
KV_SERIALIZE(receive_time)
|
||||||
KV_SERIALIZE(relayed)
|
KV_SERIALIZE(relayed)
|
||||||
KV_SERIALIZE(last_failed_id_hash)
|
KV_SERIALIZE(last_relayed_time)
|
||||||
END_KV_SERIALIZE_MAP()
|
END_KV_SERIALIZE_MAP()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user