diff --git a/cln_client.go b/cln_client.go index 7a47395..56ac320 100644 --- a/cln_client.go +++ b/cln_client.go @@ -86,6 +86,7 @@ func (c *ClnClient) OpenChannel(req *OpenChannelRequest) (*wire.OutPoint, error) &minConf, glightning.NewMsat(0), minDepth, + glightning.NewSat(0), ) if err != nil { diff --git a/go.mod b/go.mod index d4b13f6..6c275af 100644 --- a/go.mod +++ b/go.mod @@ -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 \ No newline at end of file +replace github.com/niftynei/glightning v0.8.2 => github.com/breez/glightning v0.0.0-20221207132824-fb0b6f4f7483