We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f58150 commit a7f6e21Copy full SHA for a7f6e21
lightning/src/ln/channel.rs
@@ -7461,9 +7461,7 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
7461
panic!("Tried to create outbound funding_created message on an inbound channel!");
7462
}
7463
// REMOVE ME - TRIGGER MUTANTS
7464
- if is_batch_funding {
7465
- println!("trigger mutants");
7466
- };
+ if is_batch_funding {};
7467
if !matches!(
7468
self.context.channel_state, ChannelState::NegotiatingFunding(flags)
7469
if flags == (NegotiatingFundingFlags::OUR_INIT_SENT | NegotiatingFundingFlags::THEIR_INIT_SENT)
0 commit comments