fix: use base64 explicitly

This commit is contained in:
smypmsa
2025-04-01 14:57:01 +00:00
parent 1064247e6d
commit c5a0258aa7
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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