mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Corrected misspelling
This commit is contained in:
parent
565866dd87
commit
4650280fff
@ -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
|
||||||
=====================================================
|
=====================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user