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 c710049 commit c7c134cCopy full SHA for c7c134c
fuzz/src/chanmon_consistency.rs
@@ -289,6 +289,7 @@ fn check_payment_err(send_err: PaymentSendFailure) {
289
PaymentSendFailure::PartialFailure { results, .. } => {
290
for res in results { if let Err(api_err) = res { check_api_err(api_err); } }
291
},
292
+ PaymentSendFailure::DuplicatePayment => panic!(),
293
}
294
295
0 commit comments