We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383e86e commit ab353d4Copy full SHA for ab353d4
1 file changed
contracts/src/core/AlignedLayerServiceManager.sol
@@ -59,7 +59,7 @@ contract AlignedLayerServiceManager is
59
) external payable {
60
require(
61
batchesState[batchMerkleRoot].taskCreatedBlock == 0,
62
- "Batch was already verified"
+ "Batch was already submitted"
63
);
64
65
BatchState memory batchState;
0 commit comments