From 89659c64f7425051ca5df68cdde2e7dbee3bd7d2 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 3 Jan 2024 16:01:23 +0100 Subject: [PATCH] small optical fix --- dabo/functions/check_sell_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index cbdb30a..c93d84e 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -38,7 +38,7 @@ function check_sell_conditions { g_percentage-diff ${f_BUY_PRICE} ${f_price} f_result=${g_percentage_diff_result} f_BUY_PRICE_LAST_RATE_DIFF=${f_result} - result=${f_BUY_PRICE_LAST_RATE_DIFF} + result=${f_result} g_calc "${f_result}-${FEE}" f_real_result=${g_calc_result}