Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-CZ committed Dec 13, 2024
1 parent e86e5db commit 9daceaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/sfc/NodeDriverAuth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ contract NodeDriverAuth is OwnableUpgradeable, UUPSUpgradeable {
_transferOwnership(executable);
INodeDriverExecutable(executable).execute();
_transferOwnership(newOwner);
//require(driver.backend() == address(this), "ownership of driver is lost");
if (_getCodeHash(address(this)) != selfCodeHash) {
revert SelfCodeHashMismatch();
}
Expand Down

0 comments on commit 9daceaf

Please sign in to comment.