mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-25 02:15:30 +00:00
Fix LC start bug in portal_node start (#2524)
This commit is contained in:
parent
0cc730dd05
commit
942cf7e447
@ -184,5 +184,5 @@ proc start*(n: PortalNode) =
|
||||
if n.stateNetwork.isSome():
|
||||
n.stateNetwork.value.start()
|
||||
|
||||
if n.beaconLightClient.isSome():
|
||||
n.beaconLightClient.value.start()
|
||||
if n.beaconLightClient.isSome():
|
||||
n.beaconLightClient.value.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user