File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mod common;
5
5
use ldk_node:: bitcoin:: secp256k1:: PublicKey ;
6
6
use ldk_node:: bitcoin:: Amount ;
7
7
use ldk_node:: lightning:: ln:: msgs:: SocketAddress ;
8
- use ldk_node:: { Builder , ChannelType , Event } ;
8
+ use ldk_node:: { Builder , Event } ;
9
9
10
10
use clightningrpc:: lightningrpc:: LightningRPC ;
11
11
use clightningrpc:: responses:: NetworkAddress ;
@@ -90,7 +90,6 @@ fn test_cln() {
90
90
common:: generate_blocks_and_wait ( & bitcoind_client, & electrs_client, 6 ) ;
91
91
node. sync_wallets ( ) . unwrap ( ) ;
92
92
let user_channel_id = common:: expect_channel_ready_event!( node, cln_node_id) ;
93
- assert_eq ! ( node. list_channels( ) . first( ) . unwrap( ) . channel_type, Some ( ChannelType :: Anchors ) ) ;
94
93
95
94
// Send a payment to CLN
96
95
let mut rng = thread_rng ( ) ;
You can’t perform that action at this time.
0 commit comments