remove irrelevant comment

This commit is contained in:
Filip Dunder
2024-04-27 22:06:49 +02:00
parent 74b257f14f
commit 1d90133370

1
bot.ts
View File

@ -57,7 +57,6 @@ export class Bot {
// snipe list
private readonly snipeListCache?: SnipeListCache;
// one token at the time
private readonly semaphore: Semaphore;
private sellExecutionCount = 0;
private readonly stopLoss = new Map<string, TokenAmount>();