Revert "eth: drop eth/65, the last non-reqid protocol version" (#23426)
This commit is contained in:
@ -472,7 +472,7 @@ func (d *downloaderPeerNotify) registerPeer(p *serverPeer) {
|
||||
handler: h,
|
||||
peer: p,
|
||||
}
|
||||
h.downloader.RegisterLightPeer(p.id, eth.ETH66, pc)
|
||||
h.downloader.RegisterLightPeer(p.id, eth.ETH65, pc)
|
||||
}
|
||||
|
||||
func (d *downloaderPeerNotify) unregisterPeer(p *serverPeer) {
|
||||
|
Reference in New Issue
Block a user