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
Implement Satisfier for map<Pk, bitcoin::ecdsa::Signature>
Define a marco that when called looks reasonably similar to the original
code to implement `Satisfier<Pk> for map<Pk,
bitcoin::ecdsa::Signature` and call it with `BTreeMap` and `HashMap`.
This is an API addition, `HashMap` is imported from `hashbrown` for
no-std builds.
0 commit comments