Ver Fonte

keep filter

Theo Brigitte há 1 ano atrás
pai
commit
70ba5eed76
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      filters/renounced.filter.ts

+ 1 - 1
filters/renounced.filter.ts

@@ -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);