From d0de038d45f91dd1b88ae47daf5133b0a22a3853 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Thu, 11 May 2023 16:50:41 +0200 Subject: [PATCH] add new config to integration tests --- itest/lspd_node.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/itest/lspd_node.go b/itest/lspd_node.go index bfeaf10..c5f5aa5 100644 --- a/itest/lspd_node.go +++ b/itest/lspd_node.go @@ -109,6 +109,9 @@ func newLspd(h *lntest.TestHarness, name string, nodeConfig *config.NodeConfig, ChannelMinimumFeeMsat: 2000000, AdditionalChannelCapacity: 100000, MaxInactiveDuration: 3888000, + FeeValidityDuration: 60 * 60 * 24, + MaxClientToSelfDelay: 2016, + FeeMultiplicationFactor: 1000000, Lnd: lnd, Cln: cln, }