Skip to content

Commit 84887de

Browse files
committed
f trigger mutants
1 parent 00c70eb commit 84887de

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
@@ -6824,6 +6824,7 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
68246824
pub fn get_funding_created<L: Deref>(&mut self, funding_transaction: Transaction, funding_txo: OutPoint, is_batch_funding: bool, logger: &L)
68256825
-> Result<Option<msgs::FundingCreated>, (Self, ChannelError)> where L::Target: Logger {
68266826
if !self.context.is_outbound() {
6827+
// REMOVE ME - TRIGGER MUTANTS
68276828
panic!("Tried to create outbound funding_created message on an inbound channel!");
68286829
}
68296830
if !matches!(

0 commit comments

Comments
 (0)