Skip to content

Commit a70f126

Browse files
authored
Merge pull request #10523 from Shubham-Rasal/patch-1
Update index.md
2 parents 7cb4932 + 77704bc commit a70f126

File tree

1 file changed

+2
-0
lines changed
  • src/content/developers/docs/data-structures-and-encoding/patricia-merkle-trie

1 file changed

+2
-0
lines changed

src/content/developers/docs/data-structures-and-encoding/patricia-merkle-trie/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
233233
{"jsonrpc":"2.0","id":1,"result":"0x000000000000000000000000000000000000000000000000000000000000162e"}
234234
```
235235

236+
Note: The `storageRoot` for an Ethereum account is empty by default if it's not a contract account.
237+
236238
### Transactions Trie {#transaction-trie}
237239

238240
There is a separate transactions trie for every block, again storing `(key, value)` pairs. A path here is: `rlp(transactionIndex)` which represents the key that corresponds to a value determined by:

0 commit comments

Comments
 (0)