mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Help command doesn't work #348

Closed Varunram closed 6 years ago

Varunram commented 6 years ago

./lit -h results in a grouting crash

goroutine 1 [running]:
main.litSetup(0xc4201ba000, 0x0)
    /Users/varunramg/go/src/github.com/mit-dci/lit/litinit.go:100 +0x9ac
main.main()
    /Users/varunramg/go/src/github.com/mit-dci/lit/lit.go:174 +0x172

It also prints the help output twice. Will put in a PR to fix this.

Varunram commented 6 years ago

Fixed in recent merges.