mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Re-word somewhat bumpy sentence to be more clear.
This commit is contained in:
parent
4f5da2ea14
commit
5e29b4cde2
@ -283,8 +283,8 @@ determined at the time the contract is created
|
|||||||
(it is derived from the creator address and the number
|
(it is derived from the creator address and the number
|
||||||
of transactions sent from that address, the so-called "nonce").
|
of transactions sent from that address, the so-called "nonce").
|
||||||
|
|
||||||
Apart from the fact whether an account stores code or not,
|
Regardless of whether or not the account stores code, the two types are
|
||||||
the EVM treats the two types equally, though.
|
treated equally by the EVM.
|
||||||
|
|
||||||
Every account has a persistent key-value store mapping 256-bit words to 256-bit
|
Every account has a persistent key-value store mapping 256-bit words to 256-bit
|
||||||
words called **storage**.
|
words called **storage**.
|
||||||
|
Loading…
Reference in New Issue
Block a user