chore: unify unchecked naming (#13391)

This commit is contained in:
Matthias Seitz
2024-12-13 19:34:37 +01:00
committed by GitHub
parent d087488479
commit a7ebd15d24
5 changed files with 6 additions and 6 deletions

View File

@ -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;