Skip to content

Commit 4f58150

Browse files
committed
f trigger mutants
1 parent d47d674 commit 4f58150

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7460,6 +7460,10 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
74607460
if !self.context.is_outbound() {
74617461
panic!("Tried to create outbound funding_created message on an inbound channel!");
74627462
}
7463+
// REMOVE ME - TRIGGER MUTANTS
7464+
if is_batch_funding {
7465+
println!("trigger mutants");
7466+
};
74637467
if !matches!(
74647468
self.context.channel_state, ChannelState::NegotiatingFunding(flags)
74657469
if flags == (NegotiatingFundingFlags::OUR_INIT_SENT | NegotiatingFundingFlags::THEIR_INIT_SENT)

0 commit comments

Comments
 (0)