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…
Reference in New Issue