Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iceomatic committed Jun 18, 2024
1 parent 711bf41 commit 13d2f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/0075-precompile-for-secp256r1-sigverify.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ID: `Secp256r1SigVerify1111111111111111111111111`

In accordance with [SIMD
0152](https://github.com/solana-foundation/solana-improvement-documents/pull/152)
programs ```verify``` instruction will accept the following data:
the programs ```verify``` instruction must accept the following data:

In Pseudocode:

Expand Down Expand Up @@ -173,7 +173,7 @@ an error must be returned.

In accordance with [SIMD
0152](https://github.com/solana-foundation/solana-improvement-documents/pull/152)
the behavior of the program is as follows:
the behavior of the program must be as follows:

1. If instruction `data` is empty, return error.
2. The first byte of `data` is the number of signatures `num_signatures`.
Expand Down

0 comments on commit 13d2f8e

Please sign in to comment.