This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise TransactionPool.addRemoteTransaction (#1448)
* Bail out of addRemoteTransactions immediately if we're not in sync instead of after we sort by nonce and begin iterating. * Don't sort transactions by nonce. This was only required because we previously rejected transactions where the nonce was too high.
- Loading branch information
Showing
1 changed file
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters