Skip to content

Commit f3f3efe

Browse files
authored
Update README.md
1 parent f8d46af commit f3f3efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Sometimes Solana libaries return an error like:
1818

1919
> failed to send transaction: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x10
2020
21-
`getCustomErrorMessage()` allows you to turn this message into the more readable message that matches the number message from the custom program:
21+
`getCustomErrorMessage()` allows you to turn this message into the more readable message that matches the number message from the custom program, like:
2222

23-
> This token mint cannot freeze accounts"
23+
> This token mint cannot freeze accounts
2424
2525
Just:
2626

0 commit comments

Comments
 (0)