Skip to content

Commit a0829b2

Browse files
committed
chore: better NewBatchVx comment in aligned.sol
1 parent dda5633 commit a0829b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ contract AlignedLayerServiceManager is
9595

9696
batchesState[batchIdentifier] = batchState;
9797

98-
// For operators:
98+
// For operators in v0.5.2 and v0.6.0
9999
emit NewBatchV2(
100100
batchMerkleRoot,
101101
msg.sender,
102102
uint32(block.number),
103103
batchDataPointer
104104
);
105-
// For aggregator:
105+
// For aggregator and operators in v0.7.0
106106
emit NewBatchV3(
107107
batchMerkleRoot,
108108
msg.sender,

0 commit comments

Comments
 (0)