mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 22:32:40 -08:00
Merge pull request #6095
7ba31191 daemon: add +meta print_tx parameter (moneromooo-monero)
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
bool print_block_by_height(uint64_t height, bool include_hex);
|
||||
|
||||
bool print_transaction(crypto::hash transaction_hash, bool include_hex, bool include_json);
|
||||
bool print_transaction(crypto::hash transaction_hash, bool include_metadata, bool include_hex, bool include_json);
|
||||
|
||||
bool is_key_image_spent(const crypto::key_image &ki);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user