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
Name |
Description |
weight |
The size in bytes of the signature. |
sigversion |
The signature version that produced it. |
Created with MrDocs