We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f87c89 commit ae4cf6dCopy full SHA for ae4cf6d
lightning-invoice/src/utils.rs
@@ -82,7 +82,7 @@ pub fn create_phantom_invoice<Signer: Sign, K: Deref>(
82
///
83
/// `payment_hash` and `payment_secret` can come from [`ChannelManager::create_inbound_payment`] or
84
/// [`ChannelManager::create_inbound_payment_for_hash`]. These values can be retrieved from any
85
-/// participating node. Alternately, [`inbound_payment::create`] or
+/// participating node. Alternatively, [`inbound_payment::create`] or
86
/// [`inbound_payment::create_from_hash`] may be used to retrieve these values without a
87
/// `ChannelManager`.
88
0 commit comments