Skip to content

Commit

Permalink
Merge pull request #4236 from stacks-network/chore/dkg-private-robust
Browse files Browse the repository at this point in the history
Make `DKG` fully robust against non-participation
  • Loading branch information
jcnelson authored Jan 19, 2024
2 parents f359a17 + b745833 commit 5084a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks-signer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ struct RawConfigFile {
// FIXME: this should go away once .signers contract exists at pox-4 instantiation
/// Signers' Stacker db contract identifier
pub stackerdb_contract_id: String,
/// the 32 byte ECDSA private key used to sign blocks, chunks, and transactions

/// the 32 byte ECDSA private key used to sign blocks, chunks, transactions, and WSTS messages
pub message_private_key: String,
/// The hex representation of the signer's Stacks private key used for communicating
/// with the Stacks Node, including writing to the Stacker DB instance.
Expand Down

0 comments on commit 5084a33

Please sign in to comment.