Skip to content

Commit 63ed69b

Browse files
committed
f Include MonitorUpdateInProgress case when accounting for total fees
1 parent 2c2aa98 commit 63ed69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/outbound_payment.rs

+1
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)