diff --git a/main.go b/main.go index dd583c2..7d4f3e1 100644 --- a/main.go +++ b/main.go @@ -373,7 +373,7 @@ func tryRapidRebalance(ctx context.Context, r *regolancer, from, to uint64, hittingTheWall = true } else { result.successfulAttempts++ - result.successfulAmt += amt + result.successfulAmt += amtLocal result.paidFeeMsat += route.TotalFeesMsat } }