fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

Open channel input should not require IP and port #134

Open fusion44 opened 2 years ago

fusion44 commented 2 years ago

Currently, when we want to open a channel we require the whole URI for a node, but the IP and port is not necessary.

For example, if Core Lightning only gets the pubkey of a node, it'll try all known addresses instead of only the one which is given via the API.