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
Fix max_satisfaction_weight calculations for taproot
* Key spend path should take into consideration the scriptSigLen,
stackLen and itemLen (for the one and only stack item).
* Script spend path should consider `control_block` and `script` to be
items on the stack.
I also restructured the function to improve readability.
0 commit comments