Skip to content

Commit

Permalink
fix: revert 0xM Q02
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone committed Dec 4, 2023
1 parent ac989a8 commit 1562f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/GelatoManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ contract GelatoManager is AutomateTaskCreator, Governed {
moduleData.modules[0] = Module.RESOLVER;
moduleData.args[0] = _resolverModuleArg(resolverAddress, resolverData);

bytes32 taskId = _createTask(execAddress, execDataOrSelector, moduleData, ETH);
bytes32 taskId = _createTask(execAddress, execDataOrSelector, moduleData, address(0));
emit ResolverTaskCreated(taskId);

return taskId;
Expand Down

0 comments on commit 1562f35

Please sign in to comment.