Verify a chainstate that has already been loaded.
Synopsis
Declared in <node/chainstate.h>
ChainstateLoadResult
VerifyLoadedChainstate(
ChainstateManager& chainman,
ChainstateLoadOptions const& options);
Return Value
A status code paired with an optional error string.
Parameters
Name |
Description |
chainman |
The chainstate manager whose chainstate to verify. |
options |
Options controlling how verification is performed. |
Created with MrDocs