Refactoring of daemon:
* gui and daemon are in the same process * commands that require network are sent to the daemon * open only one gui window per wallet
This commit is contained in:
@@ -268,7 +268,7 @@ class ElectrumGui:
|
||||
self.show_message(repr(c))
|
||||
pass
|
||||
|
||||
def main(self,url):
|
||||
def main(self):
|
||||
|
||||
tty.setraw(sys.stdin)
|
||||
while self.tab != -1:
|
||||
|
||||
Reference in New Issue
Block a user