Update uncommitted block structures (currently: only the witness reserved value). This is safe for submitted blocks as long as they honor default_witness_commitment from the template.
Synopsis
Declared in <validation.h>
void
UpdateUncommittedBlockStructures(
CBlock& block,
CBlockIndex const* pindexPrev) const;
Parameters
Name |
Description |
block |
The block whose uncommitted structures are updated. |
pindexPrev |
Block index entry of the parent block. |
Created with MrDocs