mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove comments FAQ item
This commit is contained in:
parent
ddf54b21d1
commit
ca31a9f9b9
@ -71,12 +71,6 @@ arguments for you.
|
||||
See `ping.sol <https://github.com/fivedogit/solidity-baby-steps/blob/master/contracts/45_ping.sol>`_ and
|
||||
`pong.sol <https://github.com/fivedogit/solidity-baby-steps/blob/master/contracts/45_pong.sol>`_.
|
||||
|
||||
Are comments included with deployed contracts and do they increase deployment gas?
|
||||
==================================================================================
|
||||
|
||||
No, everything that is not needed for execution is removed during compilation.
|
||||
This includes, among others, comments, variable names and type names.
|
||||
|
||||
What happens if you send ether along with a function call to a contract?
|
||||
========================================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user