This commit is contained in:
Eitan Seri-Levi
2024-07-22 14:00:54 -07:00
parent fd7c0bf48e
commit 0e66c5075b

View File

@@ -150,7 +150,6 @@ impl<'a> From<&'a ExecutionBlockHeader> for EncodableExecutionBlockHeader<'a> {
} }
} }
// TODO(alloy) this shim can be removed once we fully migrate // TODO(alloy) this shim can be removed once we fully migrate
// from ethereum types to alloy primitives // from ethereum types to alloy primitives
struct U256Shim(Uint256); struct U256Shim(Uint256);