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 6d5bf3d commit 6a0df38Copy full SHA for 6a0df38
lightning/src/ln/outbound_payment.rs
@@ -406,8 +406,8 @@ pub enum PaymentSendFailure {
406
407
/// Information which is provided, encrypted, to the payment recipient when sending HTLCs.
408
///
409
-/// This should generally be constructed with data communicated to us from the recipient (via some
410
-/// form of invoice).
+/// This should generally be constructed with data communicated to us from the recipient (via a
+/// BOLT11 or BOLT12 invoice).
411
#[derive(Clone)]
412
pub struct RecipientOnionFields {
413
/// The [`PaymentSecret`] which is an arbitrary 32 bytes provided by the recipient for us to
0 commit comments