Refactor validator logging.

Fix aggregated attestation publishing missing delay.
This commit is contained in:
cheatfate 2023-03-15 21:38:14 +02:00
parent b063e7e0e7
commit f07399d305
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95

View File

@ -936,7 +936,6 @@ proc checkedWaitForSlot*(vc: ValidatorClientRef, destinationSlot: Slot,
start_slot = shortLog(currentSlot)
dest_slot = shortLog(destinationSlot)
time_to_slot = shortLog(timeToSlot)
offset = shortLog(chronosOffset)
while true:
await sleepAsync(timeToSlot)