node::TxDownloadManager::BlockConnected

React to a block being connected to the active chain.

Synopsis

Declared in <node/txdownloadman.h>

void
BlockConnected(std::shared_ptr<CBlock const> const& pblock);

Parameters

NameDescription
pblockThe newly connected block.