mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
Fix #2559: more flexible print_tx daemon command
This commit is contained in:
parent
a2041c9874
commit
93ad1f8723
4 changed files with 43 additions and 22 deletions
|
@ -95,7 +95,7 @@ public:
|
|||
|
||||
bool print_block_by_height(uint64_t height);
|
||||
|
||||
bool print_transaction(crypto::hash transaction_hash);
|
||||
bool print_transaction(crypto::hash transaction_hash, bool include_hex, bool include_json);
|
||||
|
||||
bool is_key_image_spent(const crypto::key_image &ki);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue