Skip to content

Commit a7f6e21

Browse files
authored
f fix trigger
1 parent 4f58150 commit a7f6e21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7461,9 +7461,7 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
74617461
panic!("Tried to create outbound funding_created message on an inbound channel!");
74627462
}
74637463
// REMOVE ME - TRIGGER MUTANTS
7464-
if is_batch_funding {
7465-
println!("trigger mutants");
7466-
};
7464+
if is_batch_funding {};
74677465
if !matches!(
74687466
self.context.channel_state, ChannelState::NegotiatingFunding(flags)
74697467
if flags == (NegotiatingFundingFlags::OUR_INIT_SENT | NegotiatingFundingFlags::THEIR_INIT_SENT)

0 commit comments

Comments
 (0)