Skip to content

Commit fc1c7a1

Browse files
committed
f - debug_assert!(false)
1 parent 2f087ab commit fc1c7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,7 @@ impl OutboundPayments {
11791179
},
11801180
PendingOutboundPayment::InvoiceReceived { .. } => {
11811181
log_error!(logger, "Payment already initiating");
1182+
debug_assert!(false);
11821183
return
11831184
},
11841185
PendingOutboundPayment::Fulfilled { .. } => {

0 commit comments

Comments
 (0)