Skip to content

Commit 2c3ade5

Browse files
committed
Make database.interval_depth uint16_t (vs 8) (boost bug).
1 parent ca6f4b5 commit 2c3ade5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ options_metadata parser::load_settings() THROWS
13351335
)
13361336
(
13371337
"database.interval_depth",
1338-
value<uint8_t>(&configured.database.interval_depth),
1338+
value<uint16_t>(&configured.database.interval_depth),
13391339
"The interval depth for merkle proof optimization, defaults to '255' (disabled)."
13401340
)
13411341

0 commit comments

Comments
 (0)