From 0d435eff68d483602997b849fdbc06605178af1d Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Wed, 9 May 2018 10:27:56 +0200 Subject: [PATCH] lnd_test: print predErr instead of generic waitPredicate error --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_test.go b/lnd_test.go index eb46f818..39951a19 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -6522,7 +6522,7 @@ func testMultiHopReceiverChainClaim(net *lntest.NetworkHarness, t *harnessTest) return true }, time.Second*15) if err != nil { - t.Fatalf("htlc mismatch: %v", err) + t.Fatalf("htlc mismatch: %v", predErr) } // Now we'll mine enough blocks to prompt carol to actually go to the