mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
variable name left from earlier code
This commit is contained in:
parent
b2bcb32107
commit
34c7c6b767
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ func TestBaseProtocolPeers(t *testing.T) {
|
|||
peer1.ourListenAddr = listenAddr
|
||||
peer1.getPeers = func(...[]byte) []*peerAddr {
|
||||
pl := make([]*peerAddr, len(peerList))
|
||||
for i, addr := range cannedPeerList {
|
||||
for i, addr := range peerList {
|
||||
pl[i] = addr
|
||||
}
|
||||
return pl
|
||||
|
|
|
|||
Loading…
Reference in a new issue