mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:40:43 -04:00
daemon: add a +hex option to print_block
This commit is contained in:
parent
ed54ac8fdf
commit
65ce387c93
3 changed files with 23 additions and 7 deletions
|
@ -91,9 +91,9 @@ public:
|
|||
|
||||
bool print_height();
|
||||
|
||||
bool print_block_by_hash(crypto::hash block_hash);
|
||||
bool print_block_by_hash(crypto::hash block_hash, bool include_hex);
|
||||
|
||||
bool print_block_by_height(uint64_t height);
|
||||
bool print_block_by_height(uint64_t height, bool include_hex);
|
||||
|
||||
bool print_transaction(crypto::hash transaction_hash, bool include_hex, bool include_json);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue