mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2026-06-22 04:11:27 +10:00
keep filter
This commit is contained in:
@@ -12,7 +12,7 @@ export class RenouncedFreezeFilter implements Filter {
|
|||||||
try {
|
try {
|
||||||
const accountInfo = await this.connection.getAccountInfo(poolKeys.baseMint, this.connection.commitment);
|
const accountInfo = await this.connection.getAccountInfo(poolKeys.baseMint, this.connection.commitment);
|
||||||
if (!accountInfo?.data) {
|
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);
|
const deserialize = MintLayout.decode(accountInfo.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user