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 9, 2024
1 parent 2285877 commit 114b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct RawConfigFile {
pub stackerdb_contract_id: String,
/// pox contract identifier
pub pox_contract_id: Option<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 114b5fa

Please sign in to comment.