Skip to content

Commit 9d5203b

Browse files
committed
chain/ethereum: remove unused From<Value> impl for EthereumJsonBlock
1 parent b1a9cc6 commit 9d5203b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

chain/ethereum/src/json_block.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ impl EthereumJsonBlock {
5050
json::from_value(inner)
5151
}
5252
}
53-
54-
impl From<Value> for EthereumJsonBlock {
55-
fn from(value: Value) -> Self {
56-
Self::new(value)
57-
}
58-
}

0 commit comments

Comments
 (0)