1
0

more reliable peer and channel re-establishing

This commit is contained in:
SomberNight
2018-07-30 13:51:03 +02:00
committed by ThomasV
parent 362a3a5a44
commit f3e5ba6ac1
5 changed files with 130 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ class ChannelsList(MyTreeWidget):
bh2u(chan.node_id),
self.parent.format_amount(chan.local_state.amount_msat//1000),
self.parent.format_amount(chan.remote_state.amount_msat//1000),
chan.state
chan.get_state()
]
def create_menu(self, position):