pilot: set remoteCsvDelay=0 (default) for OpenChannel

This commit is contained in:
Johan T. Halseth 2018-03-14 14:16:30 +01:00
parent 938aefb573
commit 208d1199ef
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -94,7 +94,7 @@ func (c *chanController) OpenChannel(target *btcec.PublicKey,
minHtlc := lnwire.NewMSatFromSatoshis(1)
updateStream, errChan := c.server.OpenChannel(target, amt, 0,
minHtlc, feePerVSize, false)
minHtlc, feePerVSize, false, 0)
select {
case err := <-errChan: