diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-06 03:02:47 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-06 03:02:47 +0800 |
commit | 4650280fff322d924f600da406b89b7ac2c1f9a2 (patch) | |
tree | 9fb2ccab57d98713eb7f93f59a30758fee39dfda /docs/frequently-asked-questions.rst | |
parent | 565866dd87f264e5e13d74c9e1ed1d28e01a43f7 (diff) | |
download | dexon-solidity-4650280fff322d924f600da406b89b7ac2c1f9a2.tar.gz dexon-solidity-4650280fff322d924f600da406b89b7ac2c1f9a2.tar.zst dexon-solidity-4650280fff322d924f600da406b89b7ac2c1f9a2.zip |
Corrected misspelling
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index fc7d7b7f..4016bc2d 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -76,7 +76,7 @@ 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/achive nodes. +all history), this will not actually free up space on full/archive nodes. Create a contract that can be killed and return funds ===================================================== |