Merge pull request #196 from joostjager/fix-multi-loop-out

loopd: fix setting of max parts
pull/198/head
Joost Jager 4 years ago committed by GitHub
commit f36d5a79f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@ func getClient(config *config, lnd *lndclient.LndServices) (*loop.Client,
Lnd: lnd,
MaxLsatCost: btcutil.Amount(config.MaxLSATCost),
MaxLsatFee: btcutil.Amount(config.MaxLSATFee),
LoopOutMaxParts: config.LoopOutMaxParts,
}
swapClient, cleanUp, err := loop.NewClient(storeDir, clientConfig)

Loading…
Cancel
Save