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
Name |
Description |
pblock |
The newly connected block. |
Created with MrDocs