We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bd8f7 commit 3554ff4Copy full SHA for 3554ff4
lightning/src/ln/channelmanager.rs
@@ -1149,8 +1149,8 @@ pub enum RecentPaymentDetails {
1149
/// been resolved. Upon receiving [`Event::PaymentSent`], we delay for a few minutes before the
1150
/// payment is removed from tracking.
1151
Fulfilled {
1152
- /// Hash of the payment that was claimed. Returns `None` for possibly older serializations
1153
- /// of [`ChannelManager`]
+ /// Hash of the payment that was claimed. `None` for serializations of [`ChannelManager`]
+ /// made before LDK version 0.0.104.
1154
payment_hash: Option<PaymentHash>,
1155
},
1156
/// After a payment is explicitly abandoned by calling [`ChannelManager::abandon_payment`], it
0 commit comments