File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5326,7 +5326,7 @@ fn check_v2_funding_inputs_sufficient(
53265326 }
53275327}
53285328
5329- /// Context for dual-funded channels.
5329+ /// Context for negotiating channels ( dual-funded V2 open, splicing)
53305330pub(super) struct FundingNegotiationContext {
53315331 /// The amount in satoshis we will be contributing to the channel.
53325332 pub our_funding_satoshis: u64,
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ fn test_v1_splice_in() {
246246 }
247247
248248 // TODO(splicing): Continue with commitment flow, new tx confirmation
249- /*
249+
250250 // === Close channel, cooperatively
251251 initiator_node. node . close_channel ( & channel_id, & acceptor_node. node . get_our_node_id ( ) ) . unwrap ( ) ;
252252 let node0_shutdown_message = get_event_msg ! (
@@ -268,7 +268,6 @@ fn test_v1_splice_in() {
268268 MessageSendEvent :: SendClosingSigned ,
269269 acceptor_node. node. get_our_node_id( )
270270 ) ;
271- */
272271}
273272
274273#[ test]
You can’t perform that action at this time.
0 commit comments