mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-05 07:04:20 +01:00
fix changed cln option names in itests
This commit is contained in:
@@ -78,7 +78,7 @@ func newClnBreezClient(h *lntest.TestHarness, m *lntest.Miner, name string) Bree
|
||||
name,
|
||||
fmt.Sprintf("--plugin=%s", pluginFilePath),
|
||||
fmt.Sprintf("--plugin=%s", *clnPluginExec),
|
||||
fmt.Sprintf("--lsp.listen=%s", htlcAcceptorAddress),
|
||||
fmt.Sprintf("--lsp-listen=%s", htlcAcceptorAddress),
|
||||
// NOTE: max-concurrent-htlcs is 30 on mainnet by default. In cln V22.11
|
||||
// there is a check for 'all dust' commitment transactions. The max
|
||||
// concurrent HTLCs of both sides of the channel * dust limit must be
|
||||
|
||||
@@ -53,7 +53,7 @@ func NewClnLspdNode(h *lntest.TestHarness, m *lntest.Miner, mem *mempoolApi, nam
|
||||
|
||||
args := []string{
|
||||
fmt.Sprintf("--plugin=%s", pluginBinary),
|
||||
fmt.Sprintf("--lsp.listen=%s", pluginAddress),
|
||||
fmt.Sprintf("--lsp-listen=%s", pluginAddress),
|
||||
fmt.Sprintf("--fee-base=%d", lspBaseFeeMsat),
|
||||
fmt.Sprintf("--fee-per-satoshi=%d", lspFeeRatePpm),
|
||||
fmt.Sprintf("--cltv-delta=%d", lspCltvDelta),
|
||||
|
||||
Reference in New Issue
Block a user