use zero reserve for all channel opens with cln

This commit is contained in:
Jesse de Wit
2022-12-07 14:36:04 +01:00
parent 0e98769d89
commit 9040351c8c
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ func (c *ClnClient) OpenChannel(req *OpenChannelRequest) (*wire.OutPoint, error)
&minConf,
glightning.NewMsat(0),
minDepth,
glightning.NewSat(0),
)
if err != nil {

2
go.mod
View File

@@ -176,4 +176,4 @@ require (
replace github.com/lightningnetwork/lnd v0.15.1-beta => github.com/breez/lnd v0.15.0-beta.rc6.0.20220831104847-00b86a81e57a
replace github.com/niftynei/glightning v0.8.2 => github.com/breez/glightning v0.0.0-20221207122347-03c2d8cb69dd
replace github.com/niftynei/glightning v0.8.2 => github.com/breez/glightning v0.0.0-20221207132824-fb0b6f4f7483