We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca6f4b5 + 2c3ade5 commit d67369cCopy full SHA for d67369c
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