diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-14 18:29:52 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-19 21:02:50 +0800 |
commit | f0f2d5a612e0f646c7d6cec0092d2713ba9d686b (patch) | |
tree | 05a3c33bedc915f4a0e9bfe5c50957fdc5df0fec /docs/introduction-to-smart-contracts.rst | |
parent | b420dbf505bdb54c68f586489103cb801bb9b763 (diff) | |
download | dexon-solidity-f0f2d5a612e0f646c7d6cec0092d2713ba9d686b.tar.gz dexon-solidity-f0f2d5a612e0f646c7d6cec0092d2713ba9d686b.tar.zst dexon-solidity-f0f2d5a612e0f646c7d6cec0092d2713ba9d686b.zip |
FAQ: remove removal of external accounts
Diffstat (limited to 'docs/introduction-to-smart-contracts.rst')
-rw-r--r-- | docs/introduction-to-smart-contracts.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst index 7335ea07..eeea85a7 100644 --- a/docs/introduction-to-smart-contracts.rst +++ b/docs/introduction-to-smart-contracts.rst @@ -469,3 +469,5 @@ target and then the storage and code is removed from the state. .. note:: The pruning of old contracts may or may not be implemented by Ethereum clients. Additionally, archive nodes could choose to keep the contract storage and code indefinitely. + +.. note:: Currently **external accounts** cannot be removed from the state. |