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 2b3dd97 commit 6e1ab15Copy full SHA for 6e1ab15
lightning-invoice/src/payment.rs
@@ -1672,13 +1672,11 @@ mod tests {
1672
fn abandon_payment(&self, _payment_id: PaymentId) { }
1673
1674
fn send_probe_payment(&self, route: &Route) -> Result<PaymentId, PaymentSendFailure> {
1675
- // TODO: for now copied from spontaneous, figure out what to do here.
1676
self.check_value_msats(Amount::Spontaneous(route.get_total_amount()));
1677
self.check_attempts()
1678
}
1679
1680
fn payment_is_probe(&self, _payment_hash: PaymentHash, _payment_id: PaymentId) -> bool {
1681
- // TODO: figure out what to do here.
1682
false
1683
1684
0 commit comments