File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ pub enum Event {
65
65
/// number of deanonymization attacks during the routing process.
66
66
/// It is provided here for your reference, however its accuracy is enforced directly by
67
67
/// [`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 `].
70
70
///
71
71
/// [`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
74
74
payment_secret : PaymentSecret ,
75
75
/// The value, in thousandths of a satoshi, that this payment is for. Note that you must
76
76
/// compare this to the expected value before accepting the payment (as otherwise you are
You can’t perform that action at this time.
0 commit comments