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, }