mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
fix: filters
This commit is contained in:
2
bot.ts
2
bot.ts
@ -353,7 +353,7 @@ export class Bot {
|
||||
|
||||
private async filterMatch(poolKeys: LiquidityPoolKeysV4) {
|
||||
if (this.config.filterCheckInterval === 0 || this.config.filterCheckDuration === 0) {
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
|
||||
const timesToCheck = this.config.filterCheckDuration / this.config.filterCheckInterval;
|
||||
|
||||
Reference in New Issue
Block a user