mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-17 12:26:11 +02:00
fix: open channel key error
This commit is contained in:
parent
60bb7e519f
commit
b4fe14de33
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue