Merge pull request #23120 from karalabe/drop-eth-65

eth: drop eth/65, the last non-reqid protocol version
This commit is contained in:
Péter Szilágyi
2021-08-13 11:52:47 +03:00
committed by GitHub
15 changed files with 172 additions and 602 deletions

View File

@ -472,7 +472,7 @@ func (d *downloaderPeerNotify) registerPeer(p *serverPeer) {
handler: h,
peer: p,
}
h.downloader.RegisterLightPeer(p.id, eth.ETH65, pc)
h.downloader.RegisterLightPeer(p.id, eth.ETH66, pc)
}
func (d *downloaderPeerNotify) unregisterPeer(p *serverPeer) {