mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
server: add minConfs field to openChanReq
This commit is contained in:
parent
5c414bb1d0
commit
2908f672c3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue