daemon: report transaction relay status in print_pool* commands

This commit is contained in:
moneromooo-monero 2016-10-22 20:47:31 +01:00
parent 1e163666f3
commit 10a79eae24
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 8 additions and 0 deletions

View file

@ -425,6 +425,8 @@ namespace cryptonote
txi.last_failed_height = txd.last_failed_height;
txi.last_failed_id_hash = epee::string_tools::pod_to_hex(txd.last_failed_id);
txi.receive_time = txd.receive_time;
txi.relayed = txd.relayed;
txi.last_relayed_time = txd.last_relayed_time;
tx_infos.push_back(txi);
}