Fix #2559: more flexible print_tx daemon command

This commit is contained in:
binaryFate 2017-10-06 17:55:25 +02:00
parent a2041c9874
commit 93ad1f8723
4 changed files with 43 additions and 22 deletions

View file

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