| 95 | } |
| 96 | |
| 97 | void 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 | |
| 103 | std::optional<uint256> KernelNotifications::TipBlock() |
| 104 | { |
no test coverage detected