Browse Source

Fix typo

pull/1284/head
Alexander Simmerl 7 years ago
parent
commit
2aa77025c3
No known key found for this signature in database GPG Key ID: 4694E95C9CC61BDA
1 changed files with 1 additions and 1 deletions
  1. +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(
"accpetConnections",
"acceptConnections",
"err", errors.Wrap(err, "failed to accept connection"), "err", errors.Wrap(err, "failed to accept connection"),
) )
continue continue


Loading…
Cancel
Save