Skip to content

Commit b19e9ba

Browse files
committed
Change currency_window_minutes default text to 1440.
1 parent 90621db commit b19e9ba

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
@@ -1328,7 +1328,7 @@ options_metadata parser::load_settings() THROWS
13281328
(
13291329
"node.currency_window_minutes",
13301330
value<uint32_t>(&configured.node.currency_window_minutes),
1331-
"Time from present that blocks are considered current, defaults to '60' (0 disables)."
1331+
"Time from present that blocks are considered current, defaults to '1440' (0 disables)."
13321332
)
13331333
// #######################
13341334
////(

0 commit comments

Comments
 (0)