Skip to content

Commit

Permalink
Update introduction-to-smart-contracts.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
so-schen authored Nov 13, 2024
1 parent b0d991b commit 1a6cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction-to-smart-contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ EVM bytecode and executed. The output data of this execution is
permanently stored as the code of the contract.
This means that in order to create a contract, you do not
send the actual code of the contract, but in fact code that
returns that code when executed.
returns when that code executed.

.. note::
While a contract is being created, its code is still empty.
Expand Down

0 comments on commit 1a6cbf8

Please sign in to comment.