Merge pull request #1558 from anders94/doc-rewording

Re-wording for Clarity
This commit is contained in:
chriseth 2017-01-12 11:42:46 +01:00 committed by GitHub
commit b983c7492f

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