mirror of
https://github.com/monero-project/monero.git
synced 2025-12-26 04:42:01 -08:00
Fix #2559: more flexible print_tx daemon command
This commit is contained in:
@@ -91,7 +91,7 @@ t_command_server::t_command_server(
|
||||
m_command_lookup.set_handler(
|
||||
"print_tx"
|
||||
, std::bind(&t_command_parser_executor::print_transaction, &m_parser, p::_1)
|
||||
, "Print transaction, print_tx <transaction_hash>"
|
||||
, "Print transaction, print_tx <transaction_hash> [+hex] [+json]"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"is_key_image_spent"
|
||||
|
||||
Reference in New Issue
Block a user