mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: misc SealedBlock prep (#13736)
This commit is contained in:
@ -525,7 +525,7 @@ mod tests {
|
||||
stage_progress,
|
||||
BlockParams { parent: preblocks.last().map(|b| b.hash()), ..Default::default() },
|
||||
)
|
||||
.split_header_body();
|
||||
.split();
|
||||
let mut header = header.unseal();
|
||||
|
||||
header.state_root = state_root(
|
||||
|
||||
Reference in New Issue
Block a user