Skip to content

Commit

Permalink
Use configured selection mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Sep 19, 2024
1 parent 0e5a35e commit b5ff16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/solana/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func newChain(id string, cfg *config.TOMLConfig, ks loop.Keystore, lggr logger.L

multiNode := mn.NewMultiNode[mn.StringID, *client.Client](
lggr,
mn.NodeSelectionModeRoundRobin,
mnCfg.SelectionMode(),
mnCfg.LeaseDuration(),
nodes,
sendOnlyNodes,
Expand Down

0 comments on commit b5ff16d

Please sign in to comment.