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

Method fatalError

src/node/kernel_notifications.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void KernelNotifications::fatalError(const bilingual_str& message)
98{
99 node::AbortNode(m_shutdown_on_fatal_error ? m_shutdown_request : nullptr,
100 m_exit_status, message, &m_warnings);
101}
102
103std::optional<uint256> KernelNotifications::TipBlock()
104{

Callers 10

AppInitMainFunction · 0.45
FatalErrorFunction · 0.45
LoadExternalBlockFileMethod · 0.45
ActivateSnapshotMethod · 0.45
MaybeValidateSnapshotMethod · 0.45
LoadBlockIndexMethod · 0.45
FindNextBlockPosMethod · 0.45
WriteBlockMethod · 0.45
ImportBlocksFunction · 0.45

Calls 1

AbortNodeFunction · 0.85

Tested by

no test coverage detected