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
tr: add conversion from TrSpendInfo to bitcoin::TapTree
Moves a bit of ugly logic out of the PSBT module into the spendinfo
module so that it's available for other users. We can convert from a
TrSpendInfo to a bitcoin::TapTree but we can't do the opposite
conversion since TrSpendInfo expects to have a Miniscript for each leaf.
0 commit comments