Skip to content

Commit

Permalink
actually enable the hc-channel command on CLN.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Aug 1, 2022
1 parent bdc4184 commit b3e7e63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/scala/CLN.scala
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ class CLN(master: ChannelMaster) extends NodeInterface {
"usage" -> "",
"description" -> "List all your hosted channels."
),
ujson.Obj(
"name" -> "hc-channel",
"usage" -> "peerid",
"description" -> "Shows one of your hosted channels."
),
ujson.Obj(
"name" -> "hc-override",
"usage" -> "peerid msatoshi",
Expand Down

0 comments on commit b3e7e63

Please sign in to comment.