Reinstate debug_rpc command (#1995)
This commit is contained in:
parent
d685b343ef
commit
342ca9d21c
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ int main (int argc, char * const * argv)
|
|||
("debug_profile_process", "Profile active blocks processing (only for nano_test_network)")
|
||||
("debug_profile_votes", "Profile votes processing (only for nano_test_network)")
|
||||
("debug_random_feed", "Generates output to RNG test suites")
|
||||
("debug_rpc", "Read an RPC command from stdin and invoke it. Network operations will have no effect.")
|
||||
("debug_validate_blocks", "Check all blocks for correct hash, signature, work value")
|
||||
("debug_peers", "Display peer IPv6:port connections")
|
||||
("debug_cemented_block_count", "Displays the number of cemented (confirmed) blocks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue