mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
update
This commit is contained in:
@@ -1070,9 +1070,7 @@ impl TransactionFetcher {
|
||||
{
|
||||
// Extract the requested hashes
|
||||
let request_hashes: Vec<TxHash> = match &result {
|
||||
Ok(Ok(pooled_txs)) => {
|
||||
pooled_txs.0.iter().map(|tx_elem| *tx_elem.hash()).collect()
|
||||
}
|
||||
Ok(Ok(pooled_txs)) => pooled_txs.0.iter().map(|tx_elem| *tx_elem.hash()).collect(),
|
||||
_ => Vec::new(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user