From 7b35d10c03a4cf27556841a0154510f38dc18fae Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Thu, 21 Mar 2019 19:13:15 +0900 Subject: [PATCH] typo in strategyhelper --- Core/ProfitTrailer/StrategyHelper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index f09c064..f7640a2 100644 --- a/Core/ProfitTrailer/StrategyHelper.cs +++ b/Core/ProfitTrailer/StrategyHelper.cs @@ -139,6 +139,7 @@ namespace Core.ProfitTrailer break; case "max cost reached": result = "COST"; + break; case "rebuy timeout": result = "TIMEOUT"; break;