Skip to content

Commit ae4cf6d

Browse files
nit
Co-authored-by: Duncan Dean <[email protected]>
1 parent 1f87c89 commit ae4cf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub fn create_phantom_invoice<Signer: Sign, K: Deref>(
8282
///
8383
/// `payment_hash` and `payment_secret` can come from [`ChannelManager::create_inbound_payment`] or
8484
/// [`ChannelManager::create_inbound_payment_for_hash`]. These values can be retrieved from any
85-
/// participating node. Alternately, [`inbound_payment::create`] or
85+
/// participating node. Alternatively, [`inbound_payment::create`] or
8686
/// [`inbound_payment::create_from_hash`] may be used to retrieve these values without a
8787
/// `ChannelManager`.
8888
///

0 commit comments

Comments
 (0)