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