mirror of
https://github.com/bitromortac/lndmanage.git
synced 2026-08-13 12:33:37 +02:00
openchannels: fix pending channel output
This commit is contained in:
parent
4452ef7ed1
commit
167dc38a96
1 changed files with 1 additions and 3 deletions
|
|
@ -809,9 +809,7 @@ class LndNode:
|
|||
label='lndmanage: batch open',
|
||||
)
|
||||
response = self._rpc.BatchOpenChannel(request)
|
||||
logger.info(f">>> Pending channels:")
|
||||
for r in response.pending_channels:
|
||||
logger.info(f" {r.txid.hex()}:{r.output_index}")
|
||||
logger.info(f">>> Pending channels: {len(response.pending_channels)}")
|
||||
|
||||
def _connect_nodes(self, pubkeys: List[str]) -> List[str]:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue