mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-02 18:27:44 +00:00
fix: use base64 explicitly
This commit is contained in:
@@ -45,7 +45,7 @@ class AccountCleanupManager:
|
||||
)
|
||||
|
||||
try:
|
||||
info = await solana_client.get_account_info(ata)
|
||||
info = await solana_client.get_account_info(ata, encoding="base64")
|
||||
if not info.value:
|
||||
logger.info(f"ATA {ata} does not exist or already closed.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user