Skip to content

Commit fd941fb

Browse files
committed
Update parser to describe updated milestone default.
1 parent 2785748 commit fd941fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ options_metadata parser::load_settings() THROWS
440440
(
441441
"bitcoin.milestone",
442442
value<chain::checkpoint>(&configured.bitcoin.milestone),
443-
"A block presumed to be valid but not required to be present, defaults to 0000000000000000000320283a032748cef8227873ff4872689bf23f1cda83a5:840000."
443+
"A block presumed to be valid but not required to be present, defaults to 00000000000000000002a0b5db2a7f8d9087464c2586b546be7bce8eb53b8187:850000."
444444
)
445445
(
446446
"bitcoin.minimum_work",

0 commit comments

Comments
 (0)