Skip to content

Commit 49d356d

Browse files
committed
wip
1 parent b8eb375 commit 49d356d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

itest/litd_mode_integrated_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ func integratedTestSuite(ctx context.Context, net *NetworkHarness, t *testing.T,
629629
)
630630

631631
ht := newHarnessTest(tt, net)
632-
cfg.RPCAddr()
633632
runAccountSystemTest(
634633
ht, net.Alice, cfg.RPCAddr(), cfg.TLSCertPath,
635634
superMacFile, (runNum*2)-1,

itest/litd_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99

1010
"github.com/btcsuite/btclog/v2"
1111
"github.com/lightningnetwork/lnd/lntest"
12+
"github.com/lightningnetwork/lnd/lnwallet/chainfee"
1213
"github.com/stretchr/testify/require"
1314
)
1415

@@ -49,6 +50,7 @@ func TestLightningTerminal(t *testing.T) {
4950
)
5051

5152
feeService := lntest.NewFeeService(t)
53+
feeService.SetFeeRate(chainfee.FeePerKwFloor, 1)
5254
lndHarness := lntest.SetupHarness(
5355
t1, lndBinary, "bbolt", true, feeService,
5456
)

0 commit comments

Comments
 (0)