primitives: rm alloy BlockHashOrNumber reexport (#12302)

This commit is contained in:
Thomas Coratger
2024-11-04 11:15:56 +01:00
committed by GitHub
parent 56b76871ed
commit 566f2b4950
17 changed files with 30 additions and 30 deletions

View File

@ -1444,7 +1444,7 @@ mod tests {
assert_eq!(
provider
.withdrawals_by_block(
reth_primitives::BlockHashOrNumber::Number(15),
alloy_eips::BlockHashOrNumber::Number(15),
shainghai_timestamp
)
.expect("could not call withdrawals by block"),
@ -1456,7 +1456,7 @@ mod tests {
assert_eq!(
provider
.withdrawals_by_block(
reth_primitives::BlockHashOrNumber::Number(block.number),
alloy_eips::BlockHashOrNumber::Number(block.number),
shainghai_timestamp
)?
.unwrap(),