| 58 | if (m_on_destroy) m_on_destroy(); |
| 59 | } |
| 60 | void BlockChecked(const CBlock& block, const BlockValidationState& state) override |
| 61 | { |
| 62 | if (m_on_call) m_on_call(); |
| 63 | } |
| 64 | static void Call() |
| 65 | { |
| 66 | CBlock block; |
no outgoing calls
no test coverage detected