ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.83k stars 896 forks source link

Pass daemon errors back to RPC handler #3209

Open niftynei opened 4 years ago

niftynei commented 4 years ago

Instead of “OPENINGD died”, show actual error message that openingd generates.

Right now you can find them in the logs, but it'd be a better UX if we passed through the error reason to the RPC handler in lightningd.

shinghim commented 3 years ago

Couldn't find "OPENINGD died" in the code. Makes me think that this has already been resolved