wallet::feebumper::SignatureWeights::AddSigWeight

Adds the weight of a single signature, scaling by signature version.

Synopsis

Declared in <wallet/feebumper.h>

void
AddSigWeight(
    size_t const weight,
    SigVersion const sigversion);

Parameters

NameDescription
weightThe size in bytes of the signature.
sigversionThe signature version that produced it.