Skip to content

Commit

Permalink
Merge branch 'fix/solana-deps' into feat/disable-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Jun 8, 2021
2 parents 5982fd6 + 6010d31 commit 7abbcd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightnode.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func New(options Options, ctx context.Context, logger logrus.FieldLogger, sqlDB
bindingsOpts := binding.DefaultOptions().
WithNetwork(options.Network)
for chain, chainOpts := range options.Chains {
chainOpts.MaxConfirmations = pack.MaxU64 // TODO: Eventually we will want to fetch this from the Darknode.
bindingsOpts = bindingsOpts.WithChainOptions(chain, chainOpts)
}
bindings := binding.New(bindingsOpts)
Expand Down

0 comments on commit 7abbcd4

Please sign in to comment.