mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 11:18:25 +00:00
Fix another logging property type inconsistency
This commit is contained in:
parent
45430f2904
commit
651a806915
@ -127,7 +127,7 @@ p2pProtocol BeaconSync(version = 1,
|
||||
ourStatus, theirStatus.get())
|
||||
else:
|
||||
debug "Status response not received in time",
|
||||
peer, error = theirStatus.error
|
||||
peer, errorKind = theirStatus.error.kind
|
||||
await peer.disconnect(FaultOrError)
|
||||
|
||||
proc status(peer: Peer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user