File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ electrum-client = { version = "0.8", optional = true }
6262
6363[dev-dependencies ]
6464bitcoind = { 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" ] }
6666electrumd = { version = " 0.1.0" , features = [ " 4_1_5" ] }
6767ureq = { version = " 2.4" , default-features = false , features = [ " json" ] }
6868tempfile = " 3.0"
@@ -85,8 +85,3 @@ rev = "d988bd7ed9cf539b8fea0da042efa5a4e1eef86f"
8585[patch .crates-io .electrumd ]
8686git = " https://github.com/shesek/electrumd"
8787rev = " 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"
Original file line number Diff line number Diff 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" , & [ ] ) ?;
You can’t perform that action at this time.
0 commit comments