Skip to content

Commit 331ccb3

Browse files
committed
f LDK: Account for send_spontaneous_payment being renamed
1 parent aab04d6 commit 331ccb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/spontaneous.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl SpontaneousPayment {
122122
None => RecipientOnionFields::spontaneous_empty(),
123123
};
124124

125-
match self.channel_manager.send_spontaneous_payment_with_retry(
125+
match self.channel_manager.send_spontaneous_payment(
126126
Some(payment_preimage),
127127
recipient_fields,
128128
PaymentId(payment_hash.0),

0 commit comments

Comments
 (0)