@@ -594,7 +594,7 @@ Returns information about a block specified by hash
594594- {[ ` Data ` ] ( #data ) } ` miner ` - address that received this block's mining rewards
595595- {[ ` Data ` ] ( #data ) } ` nonce ` - proof-of-work hash or ` null ` if pending
596596- {[ ` Data ` ] ( #data ) } ` parentHash ` - parent block hash
597- - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of the this block's receipts trie
597+ - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of this block's receipts trie
598598- {[ ` Data ` ] ( #data ) } ` sha3Uncles ` - SHA3 of the uncles data in this block
599599- {[ ` Data ` ] ( #data ) } ` stateRoot ` - root of this block's final state trie
600600- {[ ` Data ` ] ( #data ) } ` transactionsRoot ` - root of this block's transaction trie
@@ -670,7 +670,7 @@ Returns information about a block specified by number
670670- {[ ` Data ` ] ( #data ) } ` miner ` - address that received this block's mining rewards
671671- {[ ` Data ` ] ( #data ) } ` nonce ` - proof-of-work hash or ` null ` if pending
672672- {[ ` Data ` ] ( #data ) } ` parentHash ` - parent block hash
673- - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of the this block's receipts trie
673+ - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of this block's receipts trie
674674- {[ ` Data ` ] ( #data ) } ` sha3Uncles ` - SHA3 of the uncles data in this block
675675- {[ ` Data ` ] ( #data ) } ` stateRoot ` - root of this block's final state trie
676676- {[ ` Data ` ] ( #data ) } ` transactionsRoot ` - root of this block's transaction trie
@@ -1365,7 +1365,7 @@ Returns information about an uncle specified by block hash and uncle index posit
13651365- {[ ` Data ` ] ( #data ) } ` miner ` - address that received this block's mining rewards
13661366- {[ ` Data ` ] ( #data ) } ` nonce ` - proof-of-work hash or ` null ` if pending
13671367- {[ ` Data ` ] ( #data ) } ` parentHash ` - parent block hash
1368- - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of the this block's receipts trie
1368+ - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of this block's receipts trie
13691369- {[ ` Data ` ] ( #data ) } ` sha3Uncles ` - SHA3 of the uncles data in this block
13701370- {[ ` Data ` ] ( #data ) } ` stateRoot ` - root of this block's final state trie
13711371- {[ ` Data ` ] ( #data ) } ` transactionsRoot ` - root of this block's transaction trie
@@ -1439,7 +1439,7 @@ Returns information about an uncle specified by block number and uncle index pos
14391439- {[ ` Data ` ] ( #data ) } ` miner ` - address that received this block's mining rewards
14401440- {[ ` Data ` ] ( #data ) } ` nonce ` - proof-of-work hash or ` null ` if pending
14411441- {[ ` Data ` ] ( #data ) } ` parentHash ` - parent block hash
1442- - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of the this block's receipts trie
1442+ - {[ ` Data ` ] ( #data ) } ` receiptsRoot ` -root of this block's receipts trie
14431443- {[ ` Data ` ] ( #data ) } ` sha3Uncles ` - SHA3 of the uncles data in this block
14441444- {[ ` Data ` ] ( #data ) } ` stateRoot ` - root of this block's final state trie
14451445- {[ ` Data ` ] ( #data ) } ` transactionsRoot ` - root of this block's transaction trie
0 commit comments