aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-14 18:29:52 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-19 21:02:50 +0800
commitf0f2d5a612e0f646c7d6cec0092d2713ba9d686b (patch)
tree05a3c33bedc915f4a0e9bfe5c50957fdc5df0fec /docs/frequently-asked-questions.rst
parentb420dbf505bdb54c68f586489103cb801bb9b763 (diff)
downloaddexon-solidity-f0f2d5a612e0f646c7d6cec0092d2713ba9d686b.tar.gz
dexon-solidity-f0f2d5a612e0f646c7d6cec0092d2713ba9d686b.tar.zst
dexon-solidity-f0f2d5a612e0f646c7d6cec0092d2713ba9d686b.zip
FAQ: remove removal of external accounts
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-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 ea8d2e53..e0bdcfb4 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -554,12 +554,6 @@ The correct way to do this is the following::
}
}
-Can a regular (i.e. non-contract) ethereum account be closed permanently like a contract can?
-=============================================================================================
-
-No. Non-contract accounts "exist" as long as the private key is known by
-someone or can be generated in some way.
-
What is the difference between ``bytes`` and ``byte[]``?
========================================================