mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
FAQ: remove removal of external accounts
This commit is contained in:
parent
b420dbf505
commit
f0f2d5a612
@ -554,12 +554,6 @@ The correct way to do this is the following::
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Can a regular (i.e. non-contract) ethereum account be closed permanently like a contract can?
|
|
||||||
=============================================================================================
|
|
||||||
|
|
||||||
No. Non-contract accounts "exist" as long as the private key is known by
|
|
||||||
someone or can be generated in some way.
|
|
||||||
|
|
||||||
What is the difference between ``bytes`` and ``byte[]``?
|
What is the difference between ``bytes`` and ``byte[]``?
|
||||||
========================================================
|
========================================================
|
||||||
|
|
||||||
|
@ -469,3 +469,5 @@ target and then the storage and code is removed from the state.
|
|||||||
.. note:: The pruning of old contracts may or may not be implemented by Ethereum
|
.. note:: The pruning of old contracts may or may not be implemented by Ethereum
|
||||||
clients. Additionally, archive nodes could choose to keep the contract storage
|
clients. Additionally, archive nodes could choose to keep the contract storage
|
||||||
and code indefinitely.
|
and code indefinitely.
|
||||||
|
|
||||||
|
.. note:: Currently **external accounts** cannot be removed from the state.
|
||||||
|
Loading…
Reference in New Issue
Block a user