Adds the weight of a single signature, scaling by signature version.
Declared in <wallet/feebumper.h>
void
AddSigWeight(
size_t const weight,
SigVersion const sigversion);
| Name | Description |
|---|---|
| weight | The size in bytes of the signature. |
| sigversion | The signature version that produced it. |