Remove a chainstate.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7fbc8fcf8d60), requires_capability(0x7fbc96d91520), requires_capability(0x7fbcaf726f90), requires_capability(0x7fbc9e23e670)]]
std::unique_ptr<Chainstate>
RemoveChainstate(Chainstate& chainstate);

Return Value

The removed chainstate, or nullptr if it was not found.

Parameters

Name

Description

chainstate

The chainstate to remove from the manager.

Created with MrDocs