ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.14k stars 19.95k forks source link

data.Idx is uint which can never be less than zero #16594

Closed nabice closed 5 years ago

nabice commented 6 years ago

https://github.com/ethereum/go-ethereum/blob/1da33028ce88c4365d99471977098f4911fd38fa/p2p/discv5/net.go#L1231

HAOYUatHZ commented 6 years ago

https://github.com/ethereum/go-ethereum/pull/17274