Skip to content

Commit

Permalink
fix: 'acconut' typo (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton authored Jun 7, 2024
2 parents 769b189 + a611d15 commit 57f2a2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ try {
}
```
The `index.js` file should export a `getMintAcconuts` function.
The `index.js` file should export a `getMintAccounts` function.
```js
const { getMintAccounts } = await __helpers.importSansCache(
Expand Down Expand Up @@ -405,7 +405,7 @@ The `getMintAccounts` function should return all mint accounts owned by the `pay
```js
try {
const { getMintAcconuts, createMintAccount } =
const { getMintAccounts, createMintAccount } =
await __helpers.importSansCache('./' + join(__projectDir, 'index.js'));
const { Keypair, Connection } = await import('@solana/web3.js');
const { createMint } = await import('@solana/spl-token');
Expand Down

0 comments on commit 57f2a2b

Please sign in to comment.