From 37f6740348dedd36751cd873e30e06542f922e33 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Mon, 12 Jun 2023 15:53:18 +0200 Subject: [PATCH] update tests to work with cln v23.05 --- go.mod | 2 +- itest/cln_lspd_node.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 115e08b..be5c76e 100644 --- a/go.mod +++ b/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 diff --git a/itest/cln_lspd_node.go b/itest/cln_lspd_node.go index 30a9f7e..e410201 100644 --- a/itest/cln_lspd_node.go +++ b/itest/cln_lspd_node.go @@ -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{