fix: open channel key error

This commit is contained in:
fusion44 2023-04-02 20:23:10 +02:00
parent 60bb7e519f
commit b4fe14de33
No known key found for this signature in database

View file

@ -662,6 +662,7 @@ class LnNodeCLNjRPC(LightningNodeBase):
if "error" in res:
self._handle_open_channel_error(res["error"])
res = res["result"]
if "txid" in res and "channel_id" in res:
return res["txid"]