Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Nov 14, 2024
1 parent 0e99b1d commit 32c85e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/node/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ func StartLocalNode(
return nil
}

if nodeConfig == nil {
nodeConfig = map[string]interface{}{}
}
if partialSync {
nodeConfig[config.PartialSyncPrimaryNetworkKey] = true
}
Expand Down

0 comments on commit 32c85e2

Please sign in to comment.