mit-dci / lit

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

Catch errors in various places #396

Open Varunram opened 6 years ago

Varunram commented 6 years ago

In many places, we seem to not be catching that many errors. Also, in litSetup we fatal from that function instead of returning control to the parent call from lit.go. Returned control from there to lit.go. Other minor assignment error fixes.