You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit has two intentions:
1. Redefine `max_satisfaction_weight` to be the difference in `TxIn` weight
between "satisfied" and "unsatisfied" states. In an "unsatisfied"
state, we still need to include the `scriptSigLen` varint, as well as
the `witnessStackLen` (for txs with at least one segwit spend).
2. Attempt further fixes to improve accuracy of `max_satisfaction_weight`.
Comments, tests and examples have been updated to reflect the above
intentions.
0 commit comments