Skip to content

Commit

Permalink
Merge pull request #1149 from elnosh/fix-keysend
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored Apr 18, 2024
2 parents ae7766a + e7a564c commit d7fc568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutiny-core/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ impl<S: MutinyStorage> Node<S> {
MutinyError::InvoiceCreationFailed
})?
} else {
RecipientOnionFields::secret_only(payment_secret)
RecipientOnionFields::spontaneous_empty()
};

let pay_result = self.channel_manager.send_spontaneous_payment_with_retry(
Expand Down

0 comments on commit d7fc568

Please sign in to comment.