Skip to content

Commit

Permalink
Remove accidental reduction of signer data generation in test_Stacker…
Browse files Browse the repository at this point in the history
…db_dkg

Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant committed Jan 10, 2024
1 parent 00221a6 commit d7e9a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet/stacks-node/src/tests/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ fn test_stackerdb_dkg() {
.init();

// Generate Signer Data
let num_signers: u32 = 3;
let num_keys: u32 = 2;
let num_signers: u32 = 10;
let num_keys: u32 = 400;
let publisher_private_key = StacksPrivateKey::new();
let signer_stacks_private_keys = (0..num_signers)
.map(|_| StacksPrivateKey::new())
Expand Down

0 comments on commit d7e9a80

Please sign in to comment.