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.
RecentPaymentDetails::Fulfilled
1 parent 9cb1d12 commit 00fc748Copy full SHA for 00fc748
lightning/src/ln/channelmanager.rs
@@ -1122,7 +1122,8 @@ pub enum RecentPaymentDetails {
1122
/// been resolved. Upon receiving [`Event::PaymentSent`], we delay for a few minutes before the
1123
/// payment is removed from tracking.
1124
Fulfilled {
1125
- /// Hash of the payment that was claimed.
+ /// Hash of the payment that was claimed. Returns `None` for possibly older serializations
1126
+ /// of [`ChannelManager`]
1127
payment_hash: Option<PaymentHash>,
1128
},
1129
/// After a payment is explicitly abandoned by calling [`ChannelManager::abandon_payment`], it
0 commit comments