Update secp instruction link in docs (#16729) (#16733)

(cherry picked from commit b22c13dcd7)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-04-22 04:53:38 +00:00
committed by GitHub
parent 9413051053
commit 50e441a9ed

View File

@ -68,7 +68,7 @@ to process the instruction.
Verify secp256k1 public key recovery operations (ecrecover). Verify secp256k1 public key recovery operations (ecrecover).
- Program id: `KeccakSecp256k11111111111111111111111111111` - Program id: `KeccakSecp256k11111111111111111111111111111`
- Instructions: [new_secp256k1_instruction](https://github.com/solana-labs/solana/blob/c1f3f9d27b5f9534f9a37704bae1d690d4335b6b/programs/secp256k1/src/lib.rs#L18) - Instructions: [new_secp256k1_instruction](https://github.com/solana-labs/solana/blob/1a658c7f31e1e0d2d39d9efbc0e929350e2c2bcb/sdk/src/secp256k1_instruction.rs#L31)
The secp256k1 program processes an instruction which takes in as the first byte The secp256k1 program processes an instruction which takes in as the first byte
a count of the following struct serialized in the instruction data: a count of the following struct serialized in the instruction data: