Skip to content

Commit ab353d4

Browse files
authored
fix: error in require string in createNewTask (#505)
1 parent 383e86e commit ab353d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ contract AlignedLayerServiceManager is
5959
) external payable {
6060
require(
6161
batchesState[batchMerkleRoot].taskCreatedBlock == 0,
62-
"Batch was already verified"
62+
"Batch was already submitted"
6363
);
6464

6565
BatchState memory batchState;

0 commit comments

Comments
 (0)