Skip to content

Commit

Permalink
f fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dunxen authored May 31, 2024
1 parent 4f58150 commit a7f6e21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lightning/src/ln/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7461,9 +7461,7 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
panic!("Tried to create outbound funding_created message on an inbound channel!");
}
// REMOVE ME - TRIGGER MUTANTS
if is_batch_funding {
println!("trigger mutants");
};
if is_batch_funding {};
if !matches!(
self.context.channel_state, ChannelState::NegotiatingFunding(flags)
if flags == (NegotiatingFundingFlags::OUR_INIT_SENT | NegotiatingFundingFlags::THEIR_INIT_SENT)
Expand Down

0 comments on commit a7f6e21

Please sign in to comment.