We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61258b commit f07dbf9Copy full SHA for f07dbf9
lightning/src/ln/inbound_payment.rs
@@ -84,7 +84,7 @@ impl Method {
84
/// `ChannelManager` is required. Useful for generating invoices for [phantom node payments] without
85
/// a `ChannelManager`.
86
///
87
-/// `keys` is generated by calling [`NodeSigner::get_inbound_payment_key_material`] and then
+/// `keys` is generated by calling [`crate::chain::keysinterface::NodeSigner::get_inbound_payment_key_material`] and then
88
/// calling [`ExpandedKey::new`] with its result. It is recommended to cache this value and not
89
/// regenerate it for each new inbound payment.
90
0 commit comments