Skip to content

Commit 804abe6

Browse files
committed
f Include MonitorUpdateInProgress case when accounting for total fees
1 parent f5421ab commit 804abe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@ impl OutboundPayments {
10691069
// PartialFailure.
10701070
has_err = true;
10711071
has_ok = true;
1072+
total_ok_fees_msat += path.fee_msat();
10721073
} else if res.is_err() {
10731074
pending_amt_unsent += path.final_value_msat();
10741075
}

0 commit comments

Comments
 (0)