Page MenuHomePhabricator

D2299.id6691.diff
No OneTemporary

D2299.id6691.diff

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

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)

Event Timeline