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
secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }
44
49
45
50
[dev-dependencies.bitcoin]
46
51
version = "0.27"
47
-
features = ["bitcoinconsensus"]
52
+
default-features = false
53
+
features = ["bitcoinconsensus", "secp-recovery"]
48
54
49
55
[package.metadata.docs.rs]
50
56
features = ["allow_wallclock_use"] # When https://github.com/rust-lang/rust/issues/43781 complies with our MSVR, we can add nice banners in the docs for the methods behind this feature-gate.
let chain_mon = test_utils::TestChainMonitor::new(Some(&chain_source),&tx_broadcaster,&logger,&chanmon_cfgs[0].fee_estimator,&persister,&node_cfgs[0].keys_manager);
0 commit comments