| 60 | if (m_on_destroy) m_on_destroy(); |
| 61 | } |
| 62 | void BlockChecked(const std::shared_ptr<const CBlock>& block, const BlockValidationState& state) override |
| 63 | { |
| 64 | if (m_on_call) m_on_call(); |
| 65 | } |
| 66 | void Call() |
| 67 | { |
| 68 | BlockValidationState state; |
no outgoing calls
no test coverage detected