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

Method BlockDisconnected

src/validationinterface.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void CMainSignals::BlockDisconnected(const std::shared_ptr<const CBlock> &pblock) {
159 m_internals->m_schedulerClient.AddToProcessQueue([pblock, this] {
160 m_internals->BlockDisconnected(pblock);
161 });
162}
163
164void CMainSignals::ChainStateFlushed(const CBlockLocator &locator) {
165 m_internals->m_schedulerClient.AddToProcessQueue([locator, this] {

Callers

nothing calls this directly

Calls 1

AddToProcessQueueMethod · 0.80

Tested by

no test coverage detected