mirror of
https://github.com/StijnBTC/Ringtools.git
synced 2025-02-28 07:54:09 +01:00
Update status.py
This commit is contained in:
parent
eb87bb51da
commit
4c92ebb47a
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class Status:
|
|||
node1 = self.lnd.get_node(response.node1_pub)
|
||||
node2 = self.lnd.get_node(response.node2_pub)
|
||||
disabled = response.node1_policy.disabled or response.node2_policy.disabled
|
||||
# print(response)
|
||||
self.print_channel(response.channel_id, node1.alias, node2.alias, disabled)
|
||||
|
||||
def print_channel(self, channel_id, node1_alias, node2_alias, chan_disabled):
|
||||
|
|
Loading…
Add table
Reference in a new issue