Corrected misspelling

This commit is contained in:
Denton Liu 2016-05-05 15:02:47 -04:00
parent 565866dd87
commit 4650280fff

View File

@ -76,7 +76,7 @@ Does selfdestruct() free up space in the blockchain?
It removes the contract bytecode and storage from the current block It removes the contract bytecode and storage from the current block
into the future, but since the blockchain stores every single block (i.e. 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 Create a contract that can be killed and return funds
===================================================== =====================================================