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:
@ -122,7 +122,7 @@ where
|
||||
// TODO(alexey): report gas metrics using `block.header.gas_used`
|
||||
|
||||
// Seal the block back and save it
|
||||
blocks.push(block.seal(hash));
|
||||
blocks.push(block.seal_unchecked(hash));
|
||||
|
||||
// Check if we should commit now
|
||||
let bundle_size_hint = executor.size_hint().unwrap_or_default() as u64;
|
||||
|
||||
Reference in New Issue
Block a user