File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -931,11 +931,15 @@ pub enum Event {
931931 payment_hash : PaymentHash ,
932932 /// The total amount that was paid, across all paths.
933933 ///
934+ /// Note that, like [`Route::get_total_amount`], this does *not* include the paid fees.
935+ ///
934936 /// This is only `None` for payments initiated on LDK versions prior to 0.2.
937+ ///
938+ /// [`Route::get_total_amount`]: crate::routing::router::Route::get_total_amount
935939 amount_msat : Option < u64 > ,
936940 /// The total fee which was spent at intermediate hops in this payment, across all paths.
937941 ///
938- /// Note that, like [`Route::get_total_fees`] this does *not* include any potential
942+ /// Note that, like [`Route::get_total_fees`], this does *not* include any potential
939943 /// overpayment to the recipient node.
940944 ///
941945 /// If the recipient or an intermediate node misbehaves and gives us free money, this may
You can’t perform that action at this time.
0 commit comments