node::TxDownloadManagerImpl::BlockConnected

React to a block being connected to the active chain.

Synopsis

Declared in <node/txdownloadman_impl.h>

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

Parameters

NameDescription
pblockThe newly connected block.