From 2908f672c34b6c9589b1c0a857d66b68b9596839 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Thu, 9 Aug 2018 19:26:01 -0700 Subject: [PATCH] server: add minConfs field to openChanReq --- server.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server.go b/server.go index 80443f41..5b1e704b 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