Skip to content

Commit

Permalink
Update accounts-resolver.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Dec 17, 2024
1 parent f9ce8f5 commit 720ee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/packages/anchor/src/program/accounts-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ export class AccountsResolver<IDL extends Idl> {
}

/**
* Converts the given idl valaue into a Buffer. The values here must be
* Converts the given idl value into a Buffer. The values here must be
* primitives, e.g. no structs.
*/
private toBufferValue(type: any, value: any): Buffer {
Expand Down

0 comments on commit 720ee4b

Please sign in to comment.