Merge pull request #3129 from optout21/splicing-msgs-update
[rust-lightning] / lightning / src / events / mod.rs
index d717b7ff0c9296e732bbe6ba256db09701f8aa14..e59a3d1850139960d46cbd30031a2087bea79ee0 100644 (file)
@@ -789,6 +789,8 @@ pub enum Event {
                /// If the recipient or an intermediate node misbehaves and gives us free money, this may
                /// overstate the amount paid, though this is unlikely.
                ///
+               /// This is only `None` for payments initiated on LDK versions prior to 0.0.103.
+               ///
                /// [`Route::get_total_fees`]: crate::routing::router::Route::get_total_fees
                fee_paid_msat: Option<u64>,
        },