mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 03:38:21 +00:00
sync_protocol.nim: better error message [skip ci]
This commit is contained in:
parent
f8e8dc6c7a
commit
a417edb5ff
@ -229,7 +229,7 @@ proc handleInitialStatus(peer: Peer,
|
|||||||
# syncing will be interrupted.
|
# syncing will be interrupted.
|
||||||
discard
|
discard
|
||||||
else:
|
else:
|
||||||
error "didn't got objectes in time"
|
error "Did not get any blocks from peer. Aborting sync."
|
||||||
break
|
break
|
||||||
|
|
||||||
except CatchableError:
|
except CatchableError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user