We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda5633 commit a0829b2Copy full SHA for a0829b2
1 file changed
contracts/src/core/AlignedLayerServiceManager.sol
@@ -95,14 +95,14 @@ contract AlignedLayerServiceManager is
95
96
batchesState[batchIdentifier] = batchState;
97
98
- // For operators:
+ // For operators in v0.5.2 and v0.6.0
99
emit NewBatchV2(
100
batchMerkleRoot,
101
msg.sender,
102
uint32(block.number),
103
batchDataPointer
104
);
105
- // For aggregator:
+ // For aggregator and operators in v0.7.0
106
emit NewBatchV3(
107
108
0 commit comments