mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
Attempt to fix the Travis ARM build
This commit is contained in:
parent
1d78a43724
commit
286d6e14da
@ -866,7 +866,7 @@ func slotOrZero(time: BeaconTime): Slot =
|
||||
if exSlot.afterGenesis: exSlot.slot
|
||||
else: Slot(0)
|
||||
|
||||
func currentSlot(node: BeaconNode): Slot =
|
||||
proc currentSlot(node: BeaconNode): Slot =
|
||||
node.beaconClock.now.slotOrZero
|
||||
|
||||
proc connectedPeersCount(node: BeaconNode): int =
|
||||
|
Loading…
x
Reference in New Issue
Block a user