Skip to content

Commit

Permalink
fix: eip712 name
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Dec 12, 2024
1 parent a62ec34 commit a75ae35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contract SelfRegisterSqrtTaskMiddleware is
) internal initializer {
__BaseMiddleware_init(network, slashingWindow, vaultRegistry, operatorRegistry, operatorNetOptin, reader);
__OwnableAccessManager_init(owner);
__SelfRegisterOperators_init("SqrtTaskMiddleware");
__SelfRegisterOperators_init("SelfRegisterSqrtTaskMiddleware");
}

function createTask(uint256 value, address operator) external returns (uint256 taskIndex) {
Expand Down

0 comments on commit a75ae35

Please sign in to comment.