Skip to content

Commit

Permalink
fix errors (#858)
Browse files Browse the repository at this point in the history
* Update release-checklist.md

* Update dkg.rs
  • Loading branch information
sky-coderay authored Jan 30, 2025
1 parent 1f8e0e9 commit 121a116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/dev/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
## Make changes

7. Bump the version of the crates in the root Cargo.toml file. (If they ever
get out of sync, you wil need to bump in each crate Cargo.toml file.)
get out of sync, you will need to bump in each crate Cargo.toml file.)

8. Bump the version used in the tutorial (importing.md)

Expand Down
2 changes: 1 addition & 1 deletion frost-core/src/keys/dkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//!
//! As required for any multi-party protocol using Feldman's VSS, the key
//! generation stage in FROST requires participants to maintain a consistent
//! view of the pubic commitments to the secret polynomial coefficients. This
//! view of the public commitments to the secret polynomial coefficients. This
//! DKG protocol requires participants to broadcast the commitment values
//! honestly (e.g., participants do not provide different commitment values to a
//! subset of participants) over a _[secure broadcast channel]_.
Expand Down

0 comments on commit 121a116

Please sign in to comment.