aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Ward <chris.ward@ethereum.org>2018-12-20 00:45:02 +0800
committerChris Ward <chris.ward@ethereum.org>2018-12-20 00:45:02 +0800
commitca31a9f9b999e2a58921009be297261a725af72d (patch)
tree6b4d513577ed59e71f391579531bf5bea9faf395 /docs
parentddf54b21d1d002903624f61173ab4af197f50053 (diff)
downloaddexon-solidity-ca31a9f9b999e2a58921009be297261a725af72d.tar.gz
dexon-solidity-ca31a9f9b999e2a58921009be297261a725af72d.tar.zst
dexon-solidity-ca31a9f9b999e2a58921009be297261a725af72d.zip
Remove comments FAQ item
Diffstat (limited to 'docs')
-rw-r--r--docs/frequently-asked-questions.rst6
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?
========================================================================