Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Apr 22, 2024
1 parent 21294e7 commit dde1375
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ abstract contract ValidatorAccountant is ValidatorRegistrator {
msg.sender == IVault(VAULT_ADDRESS).strategistAddr(),
"Caller is not the Strategist"
);
_;
}

/// @param _wethAddress Address of the Erc20 WETH Token contract
Expand Down

0 comments on commit dde1375

Please sign in to comment.