Skip to content

Commit

Permalink
change comment to get CI to run
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Jan 19, 2024
1 parent f359a17 commit b745833
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 b745833

Please sign in to comment.