Skip to content

Commit 792b4fa

Browse files
committed
docs: natspec BLSApkRegistry
1 parent 762d418 commit 792b4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BLSApkRegistryStorage.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ abstract contract BLSApkRegistryStorage is Initializable, IBLSApkRegistry {
3030
/// AGGREGATE PUBLIC KEY STORAGE
3131

3232
/// @inheritdoc IBLSApkRegistry
33-
mapping(uint8 => IBLSApkRegistryTypes.ApkUpdate[]) public apkHistory;
33+
mapping(uint8 quorumNumber => IBLSApkRegistryTypes.ApkUpdate[]) public apkHistory;
3434

3535
/// @inheritdoc IBLSApkRegistry
36-
mapping(uint8 => BN254.G1Point) public currentApk;
36+
mapping(uint8 quorumNumber => BN254.G1Point) public currentApk;
3737

3838
constructor(
3939
IRegistryCoordinator _registryCoordinator

0 commit comments

Comments
 (0)