aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Chinchilla <chriswhward@gmail.com>2019-01-17 16:14:55 +0800
committerGitHub <noreply@github.com>2019-01-17 16:14:55 +0800
commit49f74a7bc1b7d8e814395168bc85e4a141da3ac4 (patch)
tree7c031ce73cbb50f8608ed35eeff45ff31cd9705d
parent78e764ef175d4755c37fd56cbd7fe161c178fd11 (diff)
parent816e23c7f658f568a38d35a7b62d22d9001682ca (diff)
downloaddexon-solidity-49f74a7bc1b7d8e814395168bc85e4a141da3ac4.tar.gz
dexon-solidity-49f74a7bc1b7d8e814395168bc85e4a141da3ac4.tar.zst
dexon-solidity-49f74a7bc1b7d8e814395168bc85e4a141da3ac4.zip
Merge pull request #5798 from ethereum/faq-conversion
[DOCS] Remove conversion FAQ Item
-rw-r--r--docs/frequently-asked-questions.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 4635d577..71636735 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -151,16 +151,6 @@ does not fit inside this range, it is truncated. These truncations can have
`serious consequences <https://en.bitcoin.it/wiki/Value_overflow_incident>`_, so code like the one
above is necessary to avoid certain attacks.
-
-Why can number literals not be converted to fixed-size bytes types?
-===================================================================
-
-Since version 0.5.0 only hexadecimal number literals can be converted to fixed-size bytes
-types and only if the number of hex digits matches the size of the type. See :ref:`types-conversion-literals`
-for a full explanation and examples.
-
-
-
More Questions?
===============