Skip to content

Commit

Permalink
Update rust/threshold-ecdsa/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 3, 2025
1 parent 918e219 commit 648f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/threshold-ecdsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Deploying to the Internet Computer requires [cycles](https://internetcomputer.or

### Update source code with the right key ID

To deploy the sample code, the canister needs the right key ID for the right environment. Specifically, one needs to replace the value of the `key_id` in the `src/ecdsa_example_rust/main.mo` file of the sample code. Before deploying to the mainnet, one should modify the code to use the right name of the `key_id`.
To deploy the sample code, the canister needs the right key ID for the right environment. Specifically, one needs to replace the value of the `key_id` in the `src/ecdsa_example_rust/src/lib.rs` file of the sample code. Before deploying to the mainnet, one should modify the code to use the right name of the `key_id`.

There are three options:

Expand Down

0 comments on commit 648f33f

Please sign in to comment.