server: add minConfs field to openChanReq

This commit is contained in:
Wilmer Paulino 2018-08-09 19:26:01 -07:00
parent 5c414bb1d0
commit 2908f672c3
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

@ -2597,6 +2597,10 @@ type openChanReq struct {
remoteCsvDelay uint16 remoteCsvDelay uint16
// minConfs indicates the minimum number of confirmations that each
// output selected to fund the channel should satisfy.
minConfs int32
// TODO(roasbeef): add ability to specify channel constraints as well // TODO(roasbeef): add ability to specify channel constraints as well
updates chan *lnrpc.OpenStatusUpdate updates chan *lnrpc.OpenStatusUpdate