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;
55use ldk_node:: bitcoin:: secp256k1:: PublicKey ;
66use ldk_node:: bitcoin:: Amount ;
77use ldk_node:: lightning:: ln:: msgs:: SocketAddress ;
8- use ldk_node:: { Builder , ChannelType , Event } ;
8+ use ldk_node:: { Builder , Event } ;
99
1010use clightningrpc:: lightningrpc:: LightningRPC ;
1111use clightningrpc:: responses:: NetworkAddress ;
@@ -90,7 +90,6 @@ fn test_cln() {
9090 common:: generate_blocks_and_wait ( & bitcoind_client, & electrs_client, 6 ) ;
9191 node. sync_wallets ( ) . unwrap ( ) ;
9292 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 ) ) ;
9493
9594 // Send a payment to CLN
9695 let mut rng = thread_rng ( ) ;
You can’t perform that action at this time.
0 commit comments