We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06067f6 commit 9c4995eCopy full SHA for 9c4995e
contracts/src/core/AlignedLayerServiceManager.sol
@@ -81,16 +81,6 @@ contract AlignedLayerServiceManager is
81
_initializePauser(_pauserRegistry, _initialPausedStatus);
82
}
83
84
- // function test0() public onlyWhenNotPaused(0) returns(bool){
85
- // return true;
86
- // }
87
- // function test1() public onlyWhenNotPaused(1) returns(bool){
88
89
90
- // function test2() public onlyWhenNotPaused(2) returns(bool){
91
92
93
-
94
function createNewTask(
95
bytes32 batchMerkleRoot,
96
string calldata batchDataPointer,
0 commit comments