MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / FatalError

Function FatalError

src/validation.cpp:2142–2146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140}
2141
2142bool FatalError(Notifications& notifications, BlockValidationState& state, const bilingual_str& message)
2143{
2144 notifications.fatalError(message);
2145 return state.Error(message.original);
2146}
2147
2148/**
2149 * Restore the UTXO in a Coin at a given COutPoint

Callers 7

ConnectBlockMethod · 0.85
FlushStateToDiskMethod · 0.85
ConnectTipMethod · 0.85
ActivateBestChainStepMethod · 0.85
AcceptBlockMethod · 0.85
FindUndoPosMethod · 0.85
WriteBlockUndoMethod · 0.85

Calls 2

ErrorMethod · 0.80
fatalErrorMethod · 0.45

Tested by

no test coverage detected