mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 07:25:07 -04:00
daemon: report transaction relay status in print_pool* commands
This commit is contained in:
parent
1e163666f3
commit
10a79eae24
3 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue