Exposing state root and logsBloom in RPC receipts (#3174)

This commit is contained in:
Tomasz Drwięga
2016-11-04 12:33:13 +01:00
committed by Gav Wood
parent 7ff73a9533
commit 2e47842d66
6 changed files with 52 additions and 23 deletions

View File

@@ -1024,7 +1024,9 @@ impl BlockChainClient for Client {
transaction_hash: transaction_hash.clone(),
transaction_index: transaction_index,
log_index: i
}).collect()
}).collect(),
log_bloom: receipt.log_bloom,
state_root: receipt.state_root,
})
},
_ => None