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.
Declared in <validation.h>
void
UpdateUncommittedBlockStructures(
CBlock& block,
CBlockIndex const* pindexPrev) const;
| Name | Description |
|---|---|
| block | The block whose uncommitted structures are updated. |
| pindexPrev | Block index entry of the parent block. |