Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864838
D2299.id6691.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D2299.id6691.diff
View Options
diff --git a/contrib/devtools/check-doc.py b/contrib/devtools/check-doc.py
--- a/contrib/devtools/check-doc.py
+++ b/contrib/devtools/check-doc.py
@@ -38,7 +38,9 @@
'-debugnet',
'-forcecompactdb',
'-help',
+ '-parkdeepreorg',
'-promiscuousmempoolflags',
+ '-replayprotectionactivationtime',
'-rpcssl',
'-socks',
'-tor',
diff --git a/src/init.cpp b/src/init.cpp
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -387,7 +387,17 @@
"our mempool min fee (default: %d)",
DEFAULT_FEEFILTER));
}
-
+ strUsage += HelpMessageOpt(
+ "-finalizationdelay=<n>",
+ strprintf("Set the minimum amount of time to wait between a "
+ "block header reception and the block finalization. "
+ "Unit is seconds (default: %d)",
+ DEFAULT_MIN_FINALIZATION_DELAY));
+ strUsage += HelpMessageOpt(
+ "-maxreorgdepth=<n>",
+ strprintf("Configure at what depth blocks are considered final "
+ "(default: %d). Use -1 to disable.",
+ DEFAULT_MAX_REORG_DEPTH));
strUsage += HelpMessageOpt(
"-loadblock=<file>",
_("Imports blocks from external blk000??.dat file on startup"));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 22:44 (4 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866087
Default Alt Text
D2299.id6691.diff (1 KB)
Attached To
D2299: Complete missing argument documentation
Event Timeline
Log In to Comment