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.
send_spontaneous_payment
1 parent aab04d6 commit 331ccb3Copy full SHA for 331ccb3
src/payment/spontaneous.rs
@@ -122,7 +122,7 @@ impl SpontaneousPayment {
122
None => RecipientOnionFields::spontaneous_empty(),
123
};
124
125
- match self.channel_manager.send_spontaneous_payment_with_retry(
+ match self.channel_manager.send_spontaneous_payment(
126
Some(payment_preimage),
127
recipient_fields,
128
PaymentId(payment_hash.0),
0 commit comments