Skip to content

Commit

Permalink
merged from the fixed stake branch and modified test to include the i…
Browse files Browse the repository at this point in the history
…nclusion of the blsKey
  • Loading branch information
alysiahuggins committed Dec 6, 2024
1 parent ec4b02b commit 9777b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/test/StakeTable.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ contract StakeTable_register_Test is Test {
node.account = exampleTokenCreator;
node.balance = depositAmount;
node.schnorrVK = schnorrVK;
node.blsVK = blsVK;
node.registerEpoch = 1;

// Check event is emitted after calling successfully `register`
Expand Down

0 comments on commit 9777b99

Please sign in to comment.