fix for nim-chronicles-related compile error
This commit is contained in:
parent
7828ef0481
commit
c085f795b1
|
@ -480,7 +480,7 @@ proc dispatchMessages*(peer: Peer) {.async.} =
|
|||
try:
|
||||
await peer.invokeThunk(msgId, msgData)
|
||||
except RlpError:
|
||||
error "endind dispatchMessages loop", peer, err = getCurrentExceptionMsg()
|
||||
error "ending dispatchMessages loop", peer = peer, err = getCurrentExceptionMsg()
|
||||
await peer.disconnect(BreachOfProtocol)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue