mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
perf: remove redundant ommers sealing (#2386)
This commit is contained in:
@@ -125,7 +125,7 @@ pub fn random_block(
|
||||
}
|
||||
.seal_slow(),
|
||||
body: transactions,
|
||||
ommers: ommers.into_iter().map(Header::seal_slow).collect(),
|
||||
ommers,
|
||||
withdrawals: None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user