From 4650280fff322d924f600da406b89b7ac2c1f9a2 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 5 May 2016 15:02:47 -0400 Subject: Corrected misspelling --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/frequently-asked-questions.rst') 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 ===================================================== -- cgit