Skip to content

Commit

Permalink
shorten error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Apr 26, 2024
1 parent 87c5254 commit 1d66508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ contract NativeStakingSSVStrategy is
receive() external payable {
require(
msg.sender == FEE_ACCUMULATOR_ADDRESS || msg.sender == WETH_TOKEN_ADDRESS,
"eth not sent from Fee Accumulator or WETH contract"
"eth not from allowed contracts"
);
}
}

0 comments on commit 1d66508

Please sign in to comment.