mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
reth-stages: remove duplicate buf clear (#11035)
This commit is contained in:
@@ -194,8 +194,6 @@ where
|
||||
rayon::spawn(move || {
|
||||
let mut rlp_buf = Vec::with_capacity(128);
|
||||
for (number, tx) in chunk {
|
||||
rlp_buf.clear();
|
||||
|
||||
let res = tx
|
||||
.value()
|
||||
.map_err(|err| Box::new(SenderRecoveryStageError::StageError(err.into())))
|
||||
|
||||
Reference in New Issue
Block a user