1
0

do not block GUI with open_channel

This commit is contained in:
ThomasV
2018-06-08 12:53:35 +02:00
parent 40fcf58fec
commit 6e71340e52
5 changed files with 8 additions and 9 deletions

View File

@@ -582,7 +582,6 @@ class Peer(PrintError):
self.privkey = lnworker.privkey
self.network = lnworker.network
self.channel_db = lnworker.channel_db
self.path_finder = lnworker.path_finder
self.channel_state = lnworker.channel_state
self.read_buffer = b''
self.ping_time = 0