mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: rm redundant clone (#4540)
This commit is contained in:
@@ -264,7 +264,7 @@ impl<T: TransactionOrdering> PendingPool<T> {
|
||||
self.all.remove(&tx);
|
||||
self.size_of -= tx.transaction.size();
|
||||
self.independent_transactions.remove(&tx);
|
||||
Some(tx.transaction.clone())
|
||||
Some(tx.transaction)
|
||||
}
|
||||
|
||||
fn next_id(&mut self) -> u64 {
|
||||
|
||||
Reference in New Issue
Block a user