diff --git a/server.go b/server.go index 80443f41e..5b1e704bf 100644 --- a/server.go +++ b/server.go @@ -2597,6 +2597,10 @@ type openChanReq struct { 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 updates chan *lnrpc.OpenStatusUpdate