Skip to content

Commit c7c134c

Browse files
committed
f add dup variant
1 parent c710049 commit c7c134c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/src/chanmon_consistency.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ fn check_payment_err(send_err: PaymentSendFailure) {
289289
PaymentSendFailure::PartialFailure { results, .. } => {
290290
for res in results { if let Err(api_err) = res { check_api_err(api_err); } }
291291
},
292+
PaymentSendFailure::DuplicatePayment => panic!(),
292293
}
293294
}
294295

0 commit comments

Comments
 (0)