MCPcopy Create free account
hub / github.com/ElementsProject/elements / AbortNode

Function AbortNode

src/validation.cpp:1828–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1826}
1827
1828bool AbortNode(BlockValidationState& state, const std::string& strMessage, const bilingual_str& userMessage)
1829{
1830 AbortNode(strMessage, userMessage);
1831 return state.Error(strMessage);
1832}
1833
1834/**
1835 * Restore the UTXO in a Coin at a given COutPoint

Callers 6

ConnectBlockMethod · 0.70
FlushStateToDiskMethod · 0.70
ConnectTipMethod · 0.70
ActivateBestChainStepMethod · 0.70
AcceptBlockMethod · 0.70
LoadExternalBlockFileMethod · 0.70

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected