From: Daniela Brozzoni Date: Fri, 3 Mar 2023 16:33:47 +0000 (+0100) Subject: NewError implements StdError (fix typo) X-Git-Tag: v1.0.0-alpha.0~6^2~17 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=d267517dbd24b501415a8dcbb0f937504b093515;p=bdk NewError implements StdError (fix typo) --- diff --git a/crates/bdk/src/wallet/mod.rs b/crates/bdk/src/wallet/mod.rs index ca37de12..340705a5 100644 --- a/crates/bdk/src/wallet/mod.rs +++ b/crates/bdk/src/wallet/mod.rs @@ -182,8 +182,8 @@ where } } -#[cfg(feautre = "std")] -impl std::error::Error for NewError

{} +#[cfg(feature = "std")] +impl std::error::Error for NewError

{} impl Wallet { /// Create a wallet from a `descriptor` (and an optional `change_descriptor`) and load related