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
It turns out that the `Sha256 = Self::_Sha256` requirement on
`FromStrKey` is not sufficient for `FromStrKey::_Sha256` to implement
all the traits that `Miniscript::Sha256` does. It further turns out that
sometimes, for `#[derive(Debug)]` to work, Rust requires this.
So just copy the bounds over explicitly.
0 commit comments