mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: group and clarify swap server parameters
This commit is contained in:
parent
efcf5eee8f
commit
b61b886c16
5 changed files with 33 additions and 25 deletions
|
|
@ -70,7 +70,7 @@ func newSwapServerClient(cfg *ClientConfig, lsatStore lsat.Store) (
|
|||
cfg.MaxLsatFee,
|
||||
)
|
||||
serverConn, err := getSwapServerConn(
|
||||
cfg.ServerAddress, cfg.ProxyAddress, cfg.Insecure,
|
||||
cfg.ServerAddress, cfg.ProxyAddress, cfg.SwapServerNoTLS,
|
||||
cfg.TLSPathServer, clientInterceptor,
|
||||
)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue