mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
p2p: fix typo
This commit is contained in:
parent
29f19afc67
commit
73652a9920
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ func (s *dialstate) removeStatic(n *discover.Node) {
|
||||||
// This removes a task so future attempts to connect will not be made.
|
// This removes a task so future attempts to connect will not be made.
|
||||||
delete(s.static, n.ID)
|
delete(s.static, n.ID)
|
||||||
// This removes a previous dial timestamp so that application
|
// This removes a previous dial timestamp so that application
|
||||||
// can force a server to reconnect with chosen peer immediatly.
|
// can force a server to reconnect with chosen peer immediately.
|
||||||
s.hist.remove(n.ID)
|
s.hist.remove(n.ID)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue