Skip to content

Commit

Permalink
improve quorumBitmapUpdate struct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Jun 27, 2023
1 parent ba096da commit b20e598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/interfaces/IRegistryCoordinator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ interface IRegistryCoordinator {
/**
* @notice Data structure for storing info on quorum bitmap updates where the `quorumBitmap` is the bitmap of the
* quorums the operator is registered for starting at (inclusive)`updateBlockNumber` and ending at (exclusive) `nextUpdateBlockNumber`
* @dev nextUpdateBlockNumber is initialized to 0 for the latest update
*/
struct QuorumBitmapUpdate {
uint32 updateBlockNumber;
Expand Down

0 comments on commit b20e598

Please sign in to comment.