We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6f4b5 commit 2c3ade5Copy full SHA for 2c3ade5
1 file changed
src/parser.cpp
@@ -1335,7 +1335,7 @@ options_metadata parser::load_settings() THROWS
1335
)
1336
(
1337
"database.interval_depth",
1338
- value<uint8_t>(&configured.database.interval_depth),
+ value<uint16_t>(&configured.database.interval_depth),
1339
"The interval depth for merkle proof optimization, defaults to '255' (disabled)."
1340
1341
0 commit comments