mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
Fix typo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user