lntest/harness: update to reflect new OpenChannel unconfirmed spends
This commit is contained in:
parent
3ac2e8486e
commit
16b5f705d8
@ -740,6 +740,7 @@ func (n *NetworkHarness) OpenChannel(ctx context.Context,
|
|||||||
PushSat: int64(p.PushAmt),
|
PushSat: int64(p.PushAmt),
|
||||||
Private: p.Private,
|
Private: p.Private,
|
||||||
MinConfs: minConfs,
|
MinConfs: minConfs,
|
||||||
|
SpendUnconfirmed: p.SpendUnconfirmed,
|
||||||
MinHtlcMsat: int64(p.MinHtlc),
|
MinHtlcMsat: int64(p.MinHtlc),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user