Bitcoin Core 28.99.0
P2P Digital Currency
|
Used to track blocks whose transactions were applied to the UTXO state as a part of a single ActivateBestChainStep call. More...
Public Member Functions | |
ConnectTrace () | |
void | BlockConnected (CBlockIndex *pindex, std::shared_ptr< const CBlock > pblock) |
std::vector< PerBlockConnectTrace > & | GetBlocksConnected () |
Private Attributes | |
std::vector< PerBlockConnectTrace > | blocksConnected |
Used to track blocks whose transactions were applied to the UTXO state as a part of a single ActivateBestChainStep call.
This class is single-use, once you call GetBlocksConnected() you have to throw it away and make a new one.
Definition at line 3134 of file validation.cpp.
|
inlineexplicit |
Definition at line 3139 of file validation.cpp.
|
inline |
Definition at line 3141 of file validation.cpp.
|
inline |
|
private |
Definition at line 3136 of file validation.cpp.