| 388 | m_notifications->updatedBlockTip(); |
| 389 | } |
| 390 | void ChainStateFlushed(const CBlockLocator& locator) override { m_notifications->chainStateFlushed(locator); } |
| 391 | std::shared_ptr<Chain::Notifications> m_notifications; |
| 392 | }; |
| 393 |
nothing calls this directly
no test coverage detected