You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/init.cpp
+1
Original file line number
Diff line number
Diff line change
@@ -514,6 +514,7 @@ void SetupServerArgs()
514
514
gArgs.AddArg("-rpcuser=<user>", "Username for JSON-RPC connections", false, OptionsCategory::RPC);
515
515
gArgs.AddArg("-rpcworkqueue=<n>", strprintf("Set the depth of the work queue to service RPC calls (default: %d)", DEFAULT_HTTP_WORKQUEUE), true, OptionsCategory::RPC);
516
516
gArgs.AddArg("-server", "Accept command line and JSON-RPC commands", false, OptionsCategory::RPC);
517
+
gArgs.AddArg("-con_blockheightinheader", "Block headers have height serialized inside them.", false, OptionsCategory::CHAINPARAMS);
517
518
518
519
#if HAVE_DECL_DAEMON
519
520
gArgs.AddArg("-daemon", "Run in the background as a daemon and accept commands", false, OptionsCategory::OPTIONS);
0 commit comments