mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
remove irrelevant comment
This commit is contained in:
1
bot.ts
1
bot.ts
@ -57,7 +57,6 @@ export class Bot {
|
|||||||
// snipe list
|
// snipe list
|
||||||
private readonly snipeListCache?: SnipeListCache;
|
private readonly snipeListCache?: SnipeListCache;
|
||||||
|
|
||||||
// one token at the time
|
|
||||||
private readonly semaphore: Semaphore;
|
private readonly semaphore: Semaphore;
|
||||||
private sellExecutionCount = 0;
|
private sellExecutionCount = 0;
|
||||||
private readonly stopLoss = new Map<string, TokenAmount>();
|
private readonly stopLoss = new Map<string, TokenAmount>();
|
||||||
|
|||||||
Reference in New Issue
Block a user