ArchiSteamFarm/ArchiSteamFarm.Tests
Łukasz Domeradzki 3b2ca10b05
Closes #3203
When excessive amount of "missing amounts", so items in the set was missing on our side, there was a possibility for our logic to classify a good trade as bad one, because we didn't fill in enough holes, as the subtraction in the condition was calculated on each loop rather than once initially.

Since this could only worsen the neutrality score, but never improve it (as the amounts were sorted ascending), there was no abusive possibility due to that, only ignoring otherwise valid trades classifying them as worse than they were in reality.
2024-05-13 09:29:30 +02:00
..
ArchiSteamFarm.Tests.csproj Modernize unit tests 2024-02-22 16:08:54 +01:00
AssemblyInfo.cs Update all file headers, again 2024-03-17 02:35:40 +01:00
Bot.cs Update all file headers, again 2024-03-17 02:35:40 +01:00
SteamChatMessage.cs Update all file headers, again 2024-03-17 02:35:40 +01:00
Trading.cs Closes #3203 2024-05-13 09:29:30 +02:00