MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ChainStateFlushed

Method ChainStateFlushed

src/validationinterface.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void CMainSignals::ChainStateFlushed(const CBlockLocator &locator) {
165 m_internals->m_schedulerClient.AddToProcessQueue([locator, this] {
166 m_internals->ChainStateFlushed(locator);
167 });
168}
169
170void CMainSignals::Broadcast(int64_t nBestBlockTime, CConnman* connman) {
171 m_internals->Broadcast(nBestBlockTime, connman);

Callers

nothing calls this directly

Calls 1

AddToProcessQueueMethod · 0.80

Tested by

no test coverage detected