Skip to content

Commit

Permalink
lntest/harness: update to reflect new OpenChannel unconfirmed spends
Browse files Browse the repository at this point in the history
  • Loading branch information
wpaulino committed Oct 18, 2018
1 parent 3ac2e84 commit 16b5f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lntest/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}

Expand Down

0 comments on commit 16b5f70

Please sign in to comment.