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::NoFeature => write!(f,"Called a method requiring a feature to be set, but it's not"),
117
117
Error::NoEnvVar => write!(f,"Called a method requiring env var `BITCOIND_EXE` to be set, but it's not"),
118
118
Error::NoBitcoindExecutableFound => write!(f,"`bitcoind` executable is required, provide it with one of the following: set env var `BITCOIND_EXE` or use a feature like \"22_0\" or have `bitcoind` executable in the `PATH`"),
@@ -130,7 +130,15 @@ impl std::fmt::Display for Error {
0 commit comments