mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore!:unify trait fn naming for recovery (#13981)
This commit is contained in:
@ -80,7 +80,7 @@ where
|
||||
.ok_or_else(|| PayloadBuilderError::MissingParentBlock(attributes.parent()))?;
|
||||
|
||||
// we already know the hash, so we can seal it
|
||||
block.seal(attributes.parent())
|
||||
block.seal_unchecked(attributes.parent())
|
||||
};
|
||||
let hash = parent_block.hash();
|
||||
let header = SealedHeader::new(parent_block.header().clone(), hash);
|
||||
|
||||
Reference in New Issue
Block a user