Skip to content

Commit ab6ee61

Browse files
committed
f trigger mutants
1 parent 8088526 commit ab6ee61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6154,6 +6154,7 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
61546154
pub fn get_funding_created<L: Deref>(mut self, funding_transaction: Transaction, funding_txo: OutPoint, is_batch_funding: bool, logger: &L)
61556155
-> Result<(Channel<SP>, Option<msgs::FundingCreated>), (Self, ChannelError)> where L::Target: Logger {
61566156
if !self.context.is_outbound() {
6157+
// REMOVE ME - TRIGGER MUTANTS
61576158
panic!("Tried to create outbound funding_created message on an inbound channel!");
61586159
}
61596160
if self.context.channel_state != (ChannelState::OurInitSent as u32 | ChannelState::TheirInitSent as u32) {

0 commit comments

Comments
 (0)