-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix eth/67 vs eth/68 peers for NewPooledTransactionHashes (#12997)
[eth/68](https://eips.ethereum.org/EIPS/eip-5793) and eth/67 are only different w.r.t. to `NewPooledTransactionHashes`. Previously the determination of `msgcode` was sometimes failing because it relied only on one protocol version, namely `ss.Protocols[0].Version`.
- Loading branch information
Showing
2 changed files
with
39 additions
and
31 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
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