mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
keep filter
This commit is contained in:
@ -12,7 +12,7 @@ export class RenouncedFreezeFilter implements Filter {
|
||||
try {
|
||||
const accountInfo = await this.connection.getAccountInfo(poolKeys.baseMint, this.connection.commitment);
|
||||
if (!accountInfo?.data) {
|
||||
return { ok: false, message: 'Failed to fetch account data' };
|
||||
return { ok: false, message: 'RenouncedFreeze -> Failed to fetch account data' };
|
||||
}
|
||||
|
||||
const deserialize = MintLayout.decode(accountInfo.data);
|
||||
|
||||
Reference in New Issue
Block a user