diff options
author | chriseth <chris@ethereum.org> | 2018-12-20 16:02:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 16:02:39 +0800 |
commit | 7209cfb30d8e3ee4a920d95a3292fbc03a25cdda (patch) | |
tree | a92241bdfedf55526afbadca92769ffb352958b8 | |
parent | b5548280388f769d291d4007dd456805a6e4d339 (diff) | |
parent | ca31a9f9b999e2a58921009be297261a725af72d (diff) | |
download | dexon-solidity-7209cfb30d8e3ee4a920d95a3292fbc03a25cdda.tar.gz dexon-solidity-7209cfb30d8e3ee4a920d95a3292fbc03a25cdda.tar.zst dexon-solidity-7209cfb30d8e3ee4a920d95a3292fbc03a25cdda.zip |
Merge pull request #5700 from ethereum/wip/docs-comments-faq
DOCS: Remove comments FAQ item
-rw-r--r-- | docs/frequently-asked-questions.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index d263e0c6..2cdcf819 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -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? ======================================================================== |