mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 08:56:45 +00:00
Fix a build issue after rebasing
This commit is contained in:
parent
f477eb6877
commit
180e8ed02b
@ -721,7 +721,7 @@ proc run*(node: BeaconNode) =
|
||||
|
||||
let
|
||||
t = node.beaconClock.now()
|
||||
startSlot = if t > BeaconTime(0): t.toSlot + 1
|
||||
startSlot = if t > BeaconTime(0): t.toSlot.slot + 1
|
||||
else: GENESIS_SLOT + 1
|
||||
fromNow = saturate(node.beaconClock.fromNow(startSlot))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user