Use upstream `TestLogger` util in tx sync tests
[rust-lightning] / lightning-transaction-sync / Cargo.toml
index 782c4b7033e91f089ded4f178484e9f28b426ec9..9b85042fae1ec44310755bae81018383e3be5708 100644 (file)
@@ -29,7 +29,7 @@ esplora-client = { version = "0.6", default-features = false, optional = true }
 reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
 
 [dev-dependencies]
-lightning = { version = "0.0.118", path = "../lightning", features = ["std"] }
+lightning = { version = "0.0.118", path = "../lightning", features = ["std", "_test_utils"] }
 electrsd = { version = "0.26.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }
 electrum-client = "0.18.0"
 tokio = { version = "1.14.0", features = ["full"] }