mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 10:25:04 +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() {
|
||||
for _, peer := range p {
|
||||
p.reset()
|
||||
peer.reset()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue