Skip to content

Commit

Permalink
test: fix constant compliation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed May 26, 2018
1 parent fa5c0b9 commit 19e826c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lnd_test.go
Expand Up @@ -4060,11 +4060,12 @@ func testFailingChannel(net *lntest.NetworkHarness, t *harnessTest) {
ctxb := context.Background()
const (
timeout = time.Duration(time.Second * 10)
chanAmt = maxFundingAmount
paymentAmt = 10000
defaultCSV = 4
)

chanAmt := maxFundingAmount

// We'll introduce Carol, which will settle any incoming invoice with a
// totally unrelated preimage.
carol, err := net.NewNode("Carol",
Expand Down

0 comments on commit 19e826c

Please sign in to comment.