This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fix typo
pull/1284/head
Alexander Simmerl
7 years ago
parent
8e1856a90a
commit
2aa77025c3
No known key found for this signature in database
GPG Key ID:
4694E95C9CC61BDA
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
types/priv_validator/socket.go
+ 1
- 1
types/priv_validator/socket.go
View File
@ -314,7 +314,7 @@ func (pvss *PrivValidatorSocketServer) acceptConnections() {
return
// Ignore error from listener closing.
return
// Ignore error from listener closing.
}
}
pvss
.
Logger
.
Error
(
pvss
.
Logger
.
Error
(
"acc
p
etConnections"
,
"acce
p
tConnections"
,
"err"
,
errors
.
Wrap
(
err
,
"failed to accept connection"
)
,
"err"
,
errors
.
Wrap
(
err
,
"failed to accept connection"
)
,
)
)
continue
continue
Write
Preview
Loading…
Cancel
Save