Update an old GenerateCoinbaseCommitment from CreateNewBlock after the block txs have changed

Synopsis

Declared in <node/miner.h>

void
RegenerateCommitments(
    CBlock& block,
    ChainstateManager& chainman);

Parameters

Name

Description

block

The block whose witness commitment is regenerated.

chainman

The chainstate manager used for context.

Created with MrDocs