Merge pull request #2591
93ad1f87 Fix #2559: more flexible print_tx daemon command (binaryFate)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user