Skip to content

Commit

Permalink
updated test to use the new seed so that a new schnorr key could be g…
Browse files Browse the repository at this point in the history
…enerated
  • Loading branch information
alysiahuggins committed Dec 11, 2024
1 parent 548b28c commit 5df564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/StakeTable.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ contract StakeTable_register_Test is Test {
assertEq(node.account, exampleTokenCreator); //same account

// Step 5: update the consensus keys with the same bls keys but new schnorrVK
seed = "234";
seed = "235";
(, EdOnBN254.EdOnBN254Point memory newSchnorrVK2,) =
genClientWallet(exampleTokenCreator, seed);

Expand Down

0 comments on commit 5df564c

Please sign in to comment.