mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 19:58:22 +00:00
fixed name in logging - was causing confusing (and wrong) output regarding the filalized slots
This commit is contained in:
parent
bf2355d877
commit
cab68c28ef
@ -665,7 +665,7 @@ proc onSlotStart(node: BeaconNode, lastSlot, scheduledSlot: Slot) {.gcsafe, asyn
|
|||||||
headRoot = shortLog(node.blockPool.head.blck.root),
|
headRoot = shortLog(node.blockPool.head.blck.root),
|
||||||
finalizedSlot = shortLog(node.blockPool.finalizedHead.blck.slot),
|
finalizedSlot = shortLog(node.blockPool.finalizedHead.blck.slot),
|
||||||
finalizedRoot = shortLog(node.blockPool.finalizedHead.blck.root),
|
finalizedRoot = shortLog(node.blockPool.finalizedHead.blck.root),
|
||||||
finalizedSlot = shortLog(node.blockPool.finalizedHead.blck.slot.compute_epoch_at_slot()),
|
finalizedEpoch = shortLog(node.blockPool.finalizedHead.blck.slot.compute_epoch_at_slot()),
|
||||||
cat = "scheduling"
|
cat = "scheduling"
|
||||||
|
|
||||||
# Check before any re-scheduling of onSlotStart()
|
# Check before any re-scheduling of onSlotStart()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user