From 50e441a9ed43865a49f2f1bf5698b2f0faa5eaa8 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 04:53:38 +0000 Subject: [PATCH] Update secp instruction link in docs (#16729) (#16733) (cherry picked from commit b22c13dcd7e5b3c818d5add4c94cbb42399454e3) Co-authored-by: Jack May --- docs/src/developing/runtime-facilities/programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/runtime-facilities/programs.md b/docs/src/developing/runtime-facilities/programs.md index d5ebc8ec19..e894039b37 100644 --- a/docs/src/developing/runtime-facilities/programs.md +++ b/docs/src/developing/runtime-facilities/programs.md @@ -68,7 +68,7 @@ to process the instruction. Verify secp256k1 public key recovery operations (ecrecover). - 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 a count of the following struct serialized in the instruction data: