MCPcopy Create free account
hub / github.com/ElementsProject/elements / ChainStateFlushed

Method ChainStateFlushed

src/node/interfaces.cpp:390–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

chainStateFlushedMethod · 0.45

Tested by

no test coverage detected