Skip to content

Commit

Permalink
fix(config): assign the changes to the chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanswrt committed Nov 4, 2020
1 parent 66a6958 commit a9d3768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lightnode/lightnode.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func main() {

for chain, chainOpt := range options.Chains {
chainOpt.Confirmations = conf.Confirmations[chain]
options.Chains[chain] = chainOpt
}

// Run Lightnode.
Expand Down

0 comments on commit a9d3768

Please sign in to comment.