Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit e7a564c

Browse files
committed
fix: keysend payments
1 parent ae7766a commit e7a564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutiny-core/src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ impl<S: MutinyStorage> Node<S> {
16711671
MutinyError::InvoiceCreationFailed
16721672
})?
16731673
} else {
1674-
RecipientOnionFields::secret_only(payment_secret)
1674+
RecipientOnionFields::spontaneous_empty()
16751675
};
16761676

16771677
let pay_result = self.channel_manager.send_spontaneous_payment_with_retry(

0 commit comments

Comments
 (0)