Skip to content

Commit 4f3c2e5

Browse files
committed
fix Put back proper closing into test
1 parent 8a91cff commit 4f3c2e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
53305330
pub(super) struct FundingNegotiationContext {
53315331
/// The amount in satoshis we will be contributing to the channel.
53325332
pub our_funding_satoshis: u64,

lightning/src/ln/splicing_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)