Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5262f00f
Unverified
Commit
5262f00f
authored
Feb 13, 2023
by
Matthew Slipper
Committed by
GitHub
Feb 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update op-node/p2p/host.go
Co-authored-by:
protolambda
<
proto@protolambda.com
>
parent
b7af2ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
host.go
op-node/p2p/host.go
+1
-1
No files found.
op-node/p2p/host.go
View file @
5262f00f
...
@@ -92,7 +92,7 @@ func (e *extraHost) monitorStaticPeers() {
...
@@ -92,7 +92,7 @@ func (e *extraHost) monitorStaticPeers() {
ctx
,
cancel
:=
context
.
WithTimeout
(
context
.
Background
(),
time
.
Second
*
30
)
ctx
,
cancel
:=
context
.
WithTimeout
(
context
.
Background
(),
time
.
Second
*
30
)
var
wg
sync
.
WaitGroup
var
wg
sync
.
WaitGroup
e
.
log
.
Debug
(
"polling static peers"
)
e
.
log
.
Debug
(
"polling static peers"
,
"peers"
,
len
(
e
.
staticPeers
)
)
for
_
,
addr
:=
range
e
.
staticPeers
{
for
_
,
addr
:=
range
e
.
staticPeers
{
connectedness
:=
e
.
Network
()
.
Connectedness
(
addr
.
ID
)
connectedness
:=
e
.
Network
()
.
Connectedness
(
addr
.
ID
)
e
.
log
.
Trace
(
"static peer connectedness"
,
"peer"
,
addr
.
ID
,
"connectedness"
,
connectedness
)
e
.
log
.
Trace
(
"static peer connectedness"
,
"peer"
,
addr
.
ID
,
"connectedness"
,
connectedness
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment