Skip to content

Commit

Permalink
event fix (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 authored Oct 20, 2023
1 parent 9a4f4a0 commit 3a0f7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/interfaces/IBLSPublicKeyCompendium.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a0f7d9

Please sign in to comment.