mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
perf: remove redundant ommers sealing (#2386)
This commit is contained in:
@ -165,7 +165,7 @@ where
|
||||
let block = SealedBlock {
|
||||
header: next_header,
|
||||
body: next_body.transactions,
|
||||
ommers: next_body.ommers.into_iter().map(|h| h.seal_slow()).collect(),
|
||||
ommers: next_body.ommers,
|
||||
withdrawals: next_body.withdrawals,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user