Re-word somewhat bumpy sentence to be more clear.

This commit is contained in:
Anders Brownworth 2017-01-11 13:13:11 -05:00
parent 4f5da2ea14
commit 5e29b4cde2

View File

@ -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**.