diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-14 17:51:18 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-19 21:02:50 +0800 |
commit | c41effd7c838b7925dc3ccc169e62be9be7af0e2 (patch) | |
tree | 714e0ae0bb60f85923ae836be1775b4919226e63 /docs/frequently-asked-questions.rst | |
parent | 3413b8b7b382caa087442f000481180ca7e3b584 (diff) | |
download | dexon-solidity-c41effd7c838b7925dc3ccc169e62be9be7af0e2.tar.gz dexon-solidity-c41effd7c838b7925dc3ccc169e62be9be7af0e2.tar.zst dexon-solidity-c41effd7c838b7925dc3ccc169e62be9be7af0e2.zip |
Merge the selfdestruct sections
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index a4315a14..489ad456 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -71,13 +71,6 @@ several blockchain explorers. Contracts on the blockchain should have their original source code published if they are to be used by third parties. -Does ``selfdestruct()`` free up space in the blockchain? -======================================================== - -It removes the contract bytecode and storage from the current block -into the future, but since the blockchain stores every single block (i.e. -all history), this will not actually free up space on full/archive nodes. - Create a contract that can be killed and return funds ===================================================== |