Skip to content

Commit f07dbf9

Browse files
committed
fix release docs
1 parent a61258b commit f07dbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/inbound_payment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl Method {
8484
/// `ChannelManager` is required. Useful for generating invoices for [phantom node payments] without
8585
/// a `ChannelManager`.
8686
///
87-
/// `keys` is generated by calling [`NodeSigner::get_inbound_payment_key_material`] and then
87+
/// `keys` is generated by calling [`crate::chain::keysinterface::NodeSigner::get_inbound_payment_key_material`] and then
8888
/// calling [`ExpandedKey::new`] with its result. It is recommended to cache this value and not
8989
/// regenerate it for each new inbound payment.
9090
///

0 commit comments

Comments
 (0)