Skip to content

Commit 1e6bff1

Browse files
desfazer
1 parent d587aeb commit 1e6bff1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
102102
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
103103
proptest = "1.0.0"
104104
regex = "1.5.6"
105+
# remover this dependencies
106+
lnd_grpc_rust = { version = "2.10.0", default-features = false }
107+
clightningrpc = { version = "0.3.0-beta.8", default-features = false }
105108

106109
[target.'cfg(not(no_download))'.dev-dependencies]
107110
electrsd = { version = "0.35.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "corepc-node_27_2"] }

tests/common/external_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
66
// accordance with one or both of these licenses.
77

8-
#![cfg(any(cln_test, lnd_test))]
8+
// #![cfg(any(cln_test, lnd_test))]
99
#![allow(dead_code)]
1010

1111
use electrsd::corepc_client::client_sync::Auth;

tests/integration_tests_cln.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
66
// accordance with one or both of these licenses.
77

8-
#![cfg(cln_test)]
8+
// #![cfg(cln_test)]
99

1010
mod common;
1111

0 commit comments

Comments
 (0)