Skip to content

Commit 2d9b367

Browse files
committed
f dual funding tests s/no pending/persist pending
1 parent 062e571 commit 2d9b367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/dual_funding_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fn test_v2_channel_establishment() {
258258
V2ChannelEstablishmentTestSession { initiator_input_value_satoshis: 100_000 },
259259
false,
260260
);
261-
// Only initiator contributes, no pending
261+
// Only initiator contributes, persist pending
262262
do_test_v2_channel_establishment(
263263
V2ChannelEstablishmentTestSession { initiator_input_value_satoshis: 100_000 },
264264
true,

0 commit comments

Comments
 (0)