Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alysiahuggins committed Dec 10, 2024
1 parent 5124d9d commit 6a34dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/StakeTable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ contract StakeTable is AbstractStakeTable {
/// @param newBlsVK The new BLS verification key
/// @param newSchnorrVK The new Schnorr verification key
/// @param newBlsSig The BLS signature that the account owns the new BLS key
/// TODO: This function should be tested
/// TODO: consider emitting the changed keys
function updateConsensusKeys(
BN254.G2Point memory newBlsVK,
EdOnBN254.EdOnBN254Point memory newSchnorrVK,
Expand Down

0 comments on commit 6a34dae

Please sign in to comment.