hash instead of block_hash

This commit is contained in:
Bryan Stitt 2023-04-20 19:55:18 -07:00
parent 4d2c0dae53
commit 7a087415a2

View File

@ -43,7 +43,7 @@ impl Serialize for Web3ProxyBlock {
state.serialize_field("age", &self.age())?;
let block = json!({
"block_hash": self.block.hash,
"hash": self.block.hash,
"parent_hash": self.block.parent_hash,
"number": self.block.number,
"timestamp": self.block.timestamp,