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

Method BlockConnected

src/validationinterface.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void CMainSignals::BlockConnected(const std::shared_ptr<const CBlock> &pblock, const CBlockIndex *pindex, const std::shared_ptr<const std::vector<CTransactionRef>>& pvtxConflicted) {
153 m_internals->m_schedulerClient.AddToProcessQueue([pblock, pindex, pvtxConflicted, this] {
154 m_internals->BlockConnected(pblock, pindex, *pvtxConflicted);
155 });
156}
157
158void CMainSignals::BlockDisconnected(const std::shared_ptr<const CBlock> &pblock) {
159 m_internals->m_schedulerClient.AddToProcessQueue([pblock, this] {

Callers

nothing calls this directly

Calls 1

AddToProcessQueueMethod · 0.80

Tested by

no test coverage detected