Skip to content

Commit 6a0df38

Browse files
committed
f drop "some" and say bolts
1 parent 6d5bf3d commit 6a0df38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ pub enum PaymentSendFailure {
406406

407407
/// Information which is provided, encrypted, to the payment recipient when sending HTLCs.
408408
///
409-
/// This should generally be constructed with data communicated to us from the recipient (via some
410-
/// form of invoice).
409+
/// This should generally be constructed with data communicated to us from the recipient (via a
410+
/// BOLT11 or BOLT12 invoice).
411411
#[derive(Clone)]
412412
pub struct RecipientOnionFields {
413413
/// The [`PaymentSecret`] which is an arbitrary 32 bytes provided by the recipient for us to

0 commit comments

Comments
 (0)