Skip to content

Commit 4d984a1

Browse files
committed
Update to elementsd v0.4.0
1 parent affcd20 commit 4d984a1

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ electrum-client = { version = "0.8", optional = true }
6262

6363
[dev-dependencies]
6464
bitcoind = { version = "0.20.0", features = [ "22_0" ] }
65-
elementsd = { version = "0.3.0", features = [ "0_21_0" ] }
65+
elementsd = { version = "0.4.0", features = [ "0_21_0" ] }
6666
electrumd = { version = "0.1.0", features = [ "4_1_5" ] }
6767
ureq = { version = "2.4", default-features = false, features = [ "json" ] }
6868
tempfile = "3.0"
@@ -85,8 +85,3 @@ rev = "d988bd7ed9cf539b8fea0da042efa5a4e1eef86f"
8585
[patch.crates-io.electrumd]
8686
git = "https://github.com/shesek/electrumd"
8787
rev = "c2c9a781021ffe97d5f9d687edb01b5ce5388244"
88-
89-
# pending https://github.com/RCasatta/elementsd/pull/1
90-
[patch.crates-io.elementsd]
91-
git = "https://github.com/shesek/elementsd"
92-
rev = "86d9c3d480f72963c81671705ac84af89d4d1b4b"

tests/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub fn init_tester() -> Result<TestRunner> {
5555

5656
generate(node_client, 101).chain_err(|| "failed initializing blocks")?;
5757

58-
// Needed to claim the initialfreecoins are our own
58+
// Needed to claim the initialfreecoins as our own
5959
// See https://github.com/ElementsProject/elements/issues/956
6060
#[cfg(feature = "liquid")]
6161
node_client.call::<Value>("rescanblockchain", &[])?;

0 commit comments

Comments
 (0)