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:
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user