Setting require_full_verification to true will require all checks at check_level (below) to succeed for loading to succeed. Setting it to false will skip checks if cache is not big enough to run them, so may be helpful for running with a small cache.
Synopsis
Declared in <node/chainstate.h>
bool require_full_verification = {true};
Created with MrDocs