mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-29 11:44:19 +01:00
update tests to work with cln v23.05
This commit is contained in:
2
go.mod
2
go.mod
@@ -4,7 +4,7 @@ go 1.19
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go v1.34.0
|
||||
github.com/breez/lntest v0.0.20
|
||||
github.com/breez/lntest v0.0.21
|
||||
github.com/btcsuite/btcd v0.23.3
|
||||
github.com/btcsuite/btcd/btcec/v2 v2.2.1
|
||||
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
||||
|
||||
@@ -59,6 +59,7 @@ func NewClnLspdNode(h *lntest.TestHarness, m *lntest.Miner, mem *mempoolApi, nam
|
||||
fmt.Sprintf("--cltv-delta=%d", lspCltvDelta),
|
||||
"--max-concurrent-htlcs=30",
|
||||
"--dev-allowdustreserve=true",
|
||||
"--allow-deprecated-apis=true",
|
||||
}
|
||||
lightningNode := lntest.NewClnNode(h, m, name, args...)
|
||||
cln := &config.ClnConfig{
|
||||
|
||||
Reference in New Issue
Block a user