From 342ca9d21c88e20cbe6cf782698594ee53d39103 Mon Sep 17 00:00:00 2001 From: cryptocode Date: Fri, 17 May 2019 15:53:47 +0200 Subject: [PATCH] Reinstate debug_rpc command (#1995) --- nano/nano_node/entry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nano/nano_node/entry.cpp b/nano/nano_node/entry.cpp index 6799005c..9fc7e284 100644 --- a/nano/nano_node/entry.cpp +++ b/nano/nano_node/entry.cpp @@ -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")