Skip to content

Commit 3554ff4

Browse files
committed
Add comment on specific LDK version requirement
1 parent 37bd8f7 commit 3554ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,8 +1149,8 @@ pub enum RecentPaymentDetails {
11491149
/// been resolved. Upon receiving [`Event::PaymentSent`], we delay for a few minutes before the
11501150
/// payment is removed from tracking.
11511151
Fulfilled {
1152-
/// Hash of the payment that was claimed. Returns `None` for possibly older serializations
1153-
/// of [`ChannelManager`]
1152+
/// Hash of the payment that was claimed. `None` for serializations of [`ChannelManager`]
1153+
/// made before LDK version 0.0.104.
11541154
payment_hash: Option<PaymentHash>,
11551155
},
11561156
/// After a payment is explicitly abandoned by calling [`ChannelManager::abandon_payment`], it

0 commit comments

Comments
 (0)