Skip to content

Commit

Permalink
fix supercoder encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 4, 2023
1 parent 155ea5a commit c7a6a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/anchor-contrib/src/utils/coder.ts
Expand Up @@ -207,6 +207,7 @@ export class SuperCoder<T extends CoderAnchorTypes> {
const keys = InstructionNamespaceFactory.accountsArray(
accounts,
idlIx.accounts,
this.address,
name,
);
return new TransactionInstruction({
Expand Down

0 comments on commit c7a6a53

Please sign in to comment.