mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
typo
This commit is contained in:
parent
c6c22301fa
commit
a1d97ea4db
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ type peers map[string]*peer
|
||||||
|
|
||||||
func (p peers) reset() {
|
func (p peers) reset() {
|
||||||
for _, peer := range p {
|
for _, peer := range p {
|
||||||
p.reset()
|
peer.reset()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue