good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1df1187d authored by Mymskmkt's avatar Mymskmkt Committed by Péter Szilágyi
Browse files

p2p: fix comment typo (#17491)

parent f34f361c
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ func newDialState(static []*discover.Node, bootnodes []*discover.Node, ntab disc ...@@ -146,7 +146,7 @@ func newDialState(static []*discover.Node, bootnodes []*discover.Node, ntab disc
} }
func (s *dialstate) addStatic(n *discover.Node) { func (s *dialstate) addStatic(n *discover.Node) {
// This overwites the task instead of updating an existing // This overwrites the task instead of updating an existing
// entry, giving users the opportunity to force a resolve operation. // entry, giving users the opportunity to force a resolve operation.
s.static[n.ID] = &dialTask{flags: staticDialedConn, dest: n} s.static[n.ID] = &dialTask{flags: staticDialedConn, dest: n}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment