| 248 | } |
| 249 | |
| 250 | void BitcoinCore::handleRunawayException(const std::exception *e) |
| 251 | { |
| 252 | PrintExceptionContinue(e, "Runaway exception"); |
| 253 | Q_EMIT runawayException(QString::fromStdString(m_node.getWarnings("gui"))); |
| 254 | } |
| 255 | |
| 256 | void BitcoinCore::initialize() |
| 257 | { |
no test coverage detected