mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: fix mixup in tx_info serialization
This commit is contained in:
parent
049b7e9a93
commit
94b6feef24
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ namespace cryptonote
|
|||
KV_SERIALIZE(last_failed_id_hash)
|
||||
KV_SERIALIZE(receive_time)
|
||||
KV_SERIALIZE(relayed)
|
||||
KV_SERIALIZE(last_failed_id_hash)
|
||||
KV_SERIALIZE(last_relayed_time)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue