Skip to content

Commit

Permalink
✨ Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Nov 7, 2023
1 parent 73031ae commit 788e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/EIP7412.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract EIP7412 {
address EIP7412Implementer,
bytes calldata signedOffchainData
) external payable {
/// @custom:auditor this allows arbitrary calls
/// @custom:auditor this allows arbitrary calls
/// to be made to any contract. This may be a security risk.
/// Please review the contract carefully.
IERC7412(EIP7412Implementer).fulfillOracleQuery(signedOffchainData);
Expand Down

0 comments on commit 788e263

Please sign in to comment.