From c534abf8f6be09c5024059974a394575aa7417fd Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 5 May 2023 15:14:05 +0100 Subject: [PATCH] Use XMR total profit for simulation output --- core/views/linkgroups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/linkgroups.py b/core/views/linkgroups.py index 4e5f629..c748a2a 100644 --- a/core/views/linkgroups.py +++ b/core/views/linkgroups.py @@ -232,7 +232,7 @@ class LinkGroupSimulation(LoginRequiredMixin, OTPRequiredMixin, ObjectRead): requisitions, platforms, self.request.user, - checks["total_profit"], + checks["total_profit_in_xmr"], ) print("PAY LIST", pay_list) collapsed = money.collapse_pay_list(pay_list)