From 5069d3456c2f3796c2074a73191df354a160f129 Mon Sep 17 00:00:00 2001 From: quaq Date: Fri, 20 Oct 2023 13:59:32 -0500 Subject: [PATCH] event fix --- src/contracts/interfaces/IBLSPublicKeyCompendium.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/interfaces/IBLSPublicKeyCompendium.sol b/src/contracts/interfaces/IBLSPublicKeyCompendium.sol index 4f8400d1fe..032528ecf6 100644 --- a/src/contracts/interfaces/IBLSPublicKeyCompendium.sol +++ b/src/contracts/interfaces/IBLSPublicKeyCompendium.sol @@ -12,7 +12,7 @@ interface IBLSPublicKeyCompendium { // EVENTS /// @notice Emitted when `operator` registers with the public key `pk`. - event NewPubkeyRegistration(address operator, BN254.G1Point pubkeyG1, BN254.G2Point pubkeyG2); + event NewPubkeyRegistration(address indexed operator, BN254.G1Point pubkeyG1, BN254.G2Point pubkeyG2); /** * @notice mapping from operator address to pubkey hash.