mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-16 09:56:17 -05:00
optimise TransactionFetcher (#6012)
Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
This commit is contained in:
@@ -160,7 +160,7 @@ impl ActiveSession {
|
||||
// request was already timed out internally
|
||||
self.update_request_timeout(req.timestamp, Instant::now());
|
||||
}
|
||||
};
|
||||
}
|
||||
} else {
|
||||
// we received a response to a request we never sent
|
||||
self.on_bad_message();
|
||||
|
||||
Reference in New Issue
Block a user