| 251 | } |
| 252 | |
| 253 | void CMainSignals::NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr<const CBlock> &block) { |
| 254 | LOG_EVENT("%s: block hash=%s", __func__, block->GetHash().ToString()); |
| 255 | m_internals->Iterate([&](CValidationInterface& callbacks) { callbacks.NewPoWValidBlock(pindex, block); }); |
| 256 | } |