rpc: fix mixup in tx_info serialization

This commit is contained in:
moneromooo-monero 2016-12-24 18:06:16 +00:00
parent 049b7e9a93
commit 94b6feef24
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

@ -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()
};