From 16b5f705d8214e8e9ebd0eee80b1fd86fc46c8a3 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Tue, 16 Oct 2018 17:02:07 -0700 Subject: [PATCH] lntest/harness: update to reflect new OpenChannel unconfirmed spends --- lntest/harness.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lntest/harness.go b/lntest/harness.go index e2aee185..be57082d 100644 --- a/lntest/harness.go +++ b/lntest/harness.go @@ -740,6 +740,7 @@ func (n *NetworkHarness) OpenChannel(ctx context.Context, PushSat: int64(p.PushAmt), Private: p.Private, MinConfs: minConfs, + SpendUnconfirmed: p.SpendUnconfirmed, MinHtlcMsat: int64(p.MinHtlc), }