fedimint / fedimint

Federated E-Cash Mint
https://fedimint.org/
MIT License
536 stars 209 forks source link

fix(ln-gateway): don't hang on `info` if there's no channels #5148

Closed dpc closed 2 weeks ago

dpc commented 2 weeks ago

info is used in devimint to check if the gateway is ready to respond to API calls, at which point there's absolutely no chance the channel was created yet.

dpc commented 2 weeks ago

Landed as a part of a different PR.