Update electrsd
to v0.15
This commit is contained in:
parent
3e4678d8e3
commit
1803f5ea8a
@ -96,7 +96,7 @@ test-md-docs = ["electrum"]
|
|||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
electrsd = { version= "0.13", features = ["trigger", "bitcoind_22_0"] }
|
electrsd = { version= "0.15", features = ["trigger", "bitcoind_22_0"] }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "address_validator"
|
name = "address_validator"
|
||||||
|
@ -320,7 +320,7 @@ impl Default for TestClient {
|
|||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
let bitcoind_exe = env::var("BITCOIND_EXE")
|
let bitcoind_exe = env::var("BITCOIND_EXE")
|
||||||
.ok()
|
.ok()
|
||||||
.or(bitcoind::downloaded_exe_path())
|
.or(bitcoind::downloaded_exe_path().ok())
|
||||||
.expect(
|
.expect(
|
||||||
"you should provide env var BITCOIND_EXE or specifiy a bitcoind version feature",
|
"you should provide env var BITCOIND_EXE or specifiy a bitcoind version feature",
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user