Skip to content

Commit

Permalink
no need to set exec to false when it's initted to false
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed May 31, 2022
1 parent 7a03efd commit 9e089c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/Resolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ abstract contract Resolver is IResolver, OwnableUpgradeable {
Protocol storage protocol = protocols[_tenderizer];

if (protocol.lastDeposit + protocol.depositInterval < block.timestamp) {
canExec = false;
return (canExec, execPayload);
}

Expand Down

0 comments on commit 9e089c3

Please sign in to comment.