Fix LC start bug in portal_node start (#2524)

This commit is contained in:
Kim De Mey 2024-07-25 17:10:42 +02:00 committed by GitHub
parent 0cc730dd05
commit 942cf7e447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -184,5 +184,5 @@ proc start*(n: PortalNode) =
if n.stateNetwork.isSome(): if n.stateNetwork.isSome():
n.stateNetwork.value.start() n.stateNetwork.value.start()
if n.beaconLightClient.isSome(): if n.beaconLightClient.isSome():
n.beaconLightClient.value.start() n.beaconLightClient.value.start()