We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3f1e6 commit 3fc6f37Copy full SHA for 3fc6f37
1 file changed
src/TaskManager.sol
@@ -17,7 +17,7 @@ contract TaskManager {
17
bool active; // Task is active
18
}
19
20
- event TaskCreated(uint256 indexed taskId, string indexed name, string indexed difficulty, uint256 time, string URI);
+ event TaskCreated(uint256 indexed taskId, string name, string difficulty, uint256 time, string URI);
21
event TaskDeactivated(uint256 indexed taskId);
22
event TaskSolved(uint256 indexed taskId, address indexed solver);
23
0 commit comments