Skip to content

Commit

Permalink
proper obj
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Feb 13, 2025
1 parent fc4c5e4 commit aa1bd0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const integrityCheckProgramAccounts = async ({
sanitized = await plugin.processAccount(sanitized, t);
} catch (err) {
console.warn(
`Plugin processing failed for account ${account.pubkey}`,
`Plugin processing failed for account ${c.pubkey}`,
err
);
// Continue with unmodified sanitized data instead of failing
Expand Down

0 comments on commit aa1bd0b

Please sign in to comment.