We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dff7da commit c5825e1Copy full SHA for c5825e1
src/node/chainstate.h
@@ -25,6 +25,10 @@ struct ChainstateLoadOptions {
25
bool reindex{false};
26
bool reindex_chainstate{false};
27
bool prune{false};
28
+ //! Setting require_full_verification to true will require all checks at
29
+ //! check_level (below) to succeed for loading to succeed. Setting it to
30
+ //! false will skip checks if cache is not big enough to run them, so may be
31
+ //! helpful for running with a small cache.
32
bool require_full_verification{true};
33
int64_t check_blocks{DEFAULT_CHECKBLOCKS};
34
int64_t check_level{DEFAULT_CHECKLEVEL};
0 commit comments