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 7608b95 commit eaa2082Copy full SHA for eaa2082
lightning/src/ln/channelmanager.rs
@@ -13194,7 +13194,7 @@ where
13194
let mut claimable_payments = channel_manager.claimable_payments.lock().unwrap();
13195
match claimable_payments.pending_claiming_payments.entry(payment_hash) {
13196
hash_map::Entry::Occupied(_) => {
13197
- debug_assert!(false, "unreachable");
+ debug_assert!(false, "Entry was added in begin_claiming_payment");
13198
return Err(DecodeError::InvalidValue);
13199
},
13200
hash_map::Entry::Vacant(entry) => {
0 commit comments