Skip to content

Commit

Permalink
lsps0: set cln feature bit
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Aug 14, 2023
1 parent 4fc173c commit f13d9d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cln_plugin/cln_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const (
var (
DefaultSubscriberTimeout = "1m"
DefaultChannelAcceptorScript = ""
LspsFeatureBit = "0200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
)

const (
Expand Down Expand Up @@ -310,6 +311,9 @@ func (c *ClnPlugin) handleGetManifest(request *Request) {
Subscriptions: []string{
"shutdown",
},
FeatureBits: &FeatureBits{
Node: &LspsFeatureBit,
},
},
})
}
Expand Down

0 comments on commit f13d9d2

Please sign in to comment.