mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: unify unchecked naming (#13391)
This commit is contained in:
@ -2577,7 +2577,7 @@ mod tests {
|
||||
.unseal::<reth_primitives::Block>()
|
||||
.with_recovered_senders()
|
||||
.unwrap()
|
||||
.seal(block.hash())
|
||||
.seal_unchecked(block.hash())
|
||||
)
|
||||
),
|
||||
(BlockHashOrNumber::Number(u64::MAX), TransactionVariant::WithHash)
|
||||
@ -2593,7 +2593,7 @@ mod tests {
|
||||
.unseal::<reth_primitives::Block>()
|
||||
.with_recovered_senders()
|
||||
.unwrap()
|
||||
.seal(block.hash())
|
||||
.seal_unchecked(block.hash())
|
||||
)
|
||||
),
|
||||
(BlockHashOrNumber::Hash(B256::random()), TransactionVariant::WithHash)
|
||||
|
||||
Reference in New Issue
Block a user