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

@ -428,7 +428,7 @@ where
if !blocks.is_empty() {
let blocks = blocks.into_iter().map(|block| {
let hash = block.header().hash_slow();
block.seal(hash)
block.seal_unchecked(hash)
});
let previous_input =