From 6a34dae8eed24b7e817d5c7c34ee625108c37ca9 Mon Sep 17 00:00:00 2001 From: Alysia Huggins Date: Tue, 10 Dec 2024 15:25:48 -0500 Subject: [PATCH] added todo --- contracts/src/StakeTable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/StakeTable.sol b/contracts/src/StakeTable.sol index eb6c072d1..843a32d83 100644 --- a/contracts/src/StakeTable.sol +++ b/contracts/src/StakeTable.sol @@ -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,