File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
curriculum/locales/english Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ try {
368
368
}
369
369
` ` `
370
370
371
- The ` index .js ` file should export a ` getMintAcconuts ` function.
371
+ The ` index .js ` file should export a ` getMintAccounts ` function.
372
372
373
373
` ` ` js
374
374
const { getMintAccounts } = await __helpers .importSansCache (
@@ -405,7 +405,7 @@ The `getMintAccounts` function should return all mint accounts owned by the `pay
405
405
406
406
` ` ` js
407
407
try {
408
- const { getMintAcconuts , createMintAccount } =
408
+ const { getMintAccounts , createMintAccount } =
409
409
await __helpers .importSansCache (' ./' + join (__projectDir, ' index.js' ));
410
410
const { Keypair , Connection } = await import (' @solana/web3.js' );
411
411
const { createMint } = await import (' @solana/spl-token' );
You can’t perform that action at this time.
0 commit comments