lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Add --public option to openchannel command help #67

Closed optout21 closed 2 years ago

optout21 commented 2 years ago

The openchannel command creates private channel by default, but it has --public option for public channel creation. However, this option is not mentioned in the help output. Include the --public option in the help description as well.

Background: I wanted to use public channels, so I dug into the code to make a change to create channel public, when I found that it has this option :)

optout21 commented 2 years ago
image