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
Add Satisfier macro for ((pk, leaf hash), taproot sig)
As we did for `map<Pk, bitcoin::ecdsa::Signature>`, define a macro that
implements `Satisfier<Pk>` for
`map<(Pk, TapLeafHash), bitcoin::taproot::Signature>`
And call it with `BTreeMap` and `HashMap`.
0 commit comments