mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore!: make senders fields private (#13752)
This commit is contained in:
@ -107,7 +107,7 @@ where
|
||||
let execute_start = Instant::now();
|
||||
|
||||
// Unseal the block for execution
|
||||
let (block, senders) = block.into_components();
|
||||
let (block, senders) = block.split();
|
||||
let (header, body) = block.split();
|
||||
let (unsealed_header, hash) = header.split();
|
||||
let block = P::Block::new(unsealed_header, body).with_senders_unchecked(senders);
|
||||
|
||||
Reference in New Issue
Block a user