Skip to content

Commit

Permalink
docs: mcopy is enabled with cancun target
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 25, 2023
1 parent 1e9922d commit 7ff446f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/compiling-a-contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ The following is a list of supported EVM versions, and changes in the compiler i
- The ``transient`` keyword allows declaration of variables which live in transient storage
- Functions marked with ``@nonreentrant`` are protected with TLOAD/TSTORE instead of SLOAD/SSTORE
- The ``MCOPY`` opcode will be generated automatically by the compiler for most memory operations.



Expand Down

0 comments on commit 7ff446f

Please sign in to comment.