reth-stages: remove duplicate buf clear (#11035)

This commit is contained in:
nk_ysg
2024-09-19 22:09:32 +08:00
committed by GitHub
parent 8ba95a1667
commit 161c2d2b0d

View File

@@ -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())))