Skip to content

Commit 69f94ef

Browse files
committed
f update for new fn names
1 parent cf5cf5a commit 69f94ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/util/events.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ pub enum Event {
6565
/// number of deanonymization attacks during the routing process.
6666
/// It is provided here for your reference, however its accuracy is enforced directly by
6767
/// [`ChannelManager`] using the values you previously provided to
68-
/// [`ChannelManager::get_payment_secret_preimage`] or
69-
/// [`ChannelManager::get_payment_secret`].
68+
/// [`ChannelManager::create_inbound_payment`] or
69+
/// [`ChannelManager::create_inbound_payment_for_hash`].
7070
///
7171
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
72-
/// [`ChannelManager::get_payment_secret_preimage`]: crate::ln::channelmanager::ChannelManager::get_payment_secret_preimage
73-
/// [`ChannelManager::get_payment_secret`]: crate::ln::channelmanager::ChannelManager::get_payment_secret
72+
/// [`ChannelManager::create_inbound_payment`]: crate::ln::channelmanager::ChannelManager::create_inbound_payment
73+
/// [`ChannelManager::create_inbound_payment_for_hash`]: crate::ln::channelmanager::ChannelManager::create_inbound_payment_for_hash
7474
payment_secret: PaymentSecret,
7575
/// The value, in thousandths of a satoshi, that this payment is for. Note that you must
7676
/// compare this to the expected value before accepting the payment (as otherwise you are

0 commit comments

Comments
 (0)