mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-07 22:16:14 -05:00

Weights fluctuate because of the length of the signatures. Valid ecdsa signatures can have 68, 69, 70, 71, or 72 bytes. Since most of our transactions have 2 signatures the weight can be up to 8 bytes less than the static weight (4 bytes per signature).