Skip to content

Commit

Permalink
Merge branch 'master' into modular-exponentiation-precompile-wrapper-O…
Browse files Browse the repository at this point in the history
  • Loading branch information
mw2000 authored Jun 11, 2023
2 parents 85187dd + e73f90f commit d458765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC1155/IERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ interface IERC1155 is IERC165 {
*
*
* WARNING: This function can potentially allow a reentrancy attack when transferring tokens
* to an untrusted contract, when invoking {onERC1155Received} on the receiver.
* to an untrusted contract, when invoking {onERC1155BatchReceived} on the receiver.
* Ensure to follow the checks-effects-interactions pattern and consider employing
* reentrancy guards when interacting with untrusted contracts.
*
Expand Down

0 comments on commit d458765

Please sign in to comment.