mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
primitives: rm alloy BlockHashOrNumber reexport (#12302)
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user