sync_protocol.nim: better error message [skip ci]

This commit is contained in:
Ștefan Talpalaru 2019-11-05 16:02:26 +01:00
parent f8e8dc6c7a
commit a417edb5ff
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -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: