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
Error::MultiColon(ref s) => write!(f,"«{}» has multiple instances of «:»", s),
@@ -539,7 +534,6 @@ impl fmt::Display for Error {
539
534
Error::PubKeyCtxError(ref pk,ref ctx) => {
540
535
write!(f,"Pubkey error: {} under {} scriptcontext", pk, ctx)
541
536
}
542
-
Error::MultiATooManyKeys(k) => write!(f,"MultiA too many keys {}", k),
543
537
Error::TrNoScriptCode => write!(f,"No script code for Tr descriptors"),
544
538
Error::MultipathDescLenMismatch => write!(f,"At least two BIP389 key expressions in the descriptor contain tuples of derivation indexes of different lengths"),
545
539
Error::AbsoluteLockTime(ref e) => e.fmt(f),
@@ -560,8 +554,6 @@ impl std::error::Error for Error {
0 commit comments