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:
@@ -964,7 +964,7 @@ class ElectrumGui:
|
||||
wallet.start_threads(network)
|
||||
|
||||
|
||||
def main(self, url):
|
||||
def main(self):
|
||||
s = 'main'
|
||||
while True:
|
||||
add_menu(s)
|
||||
|
||||
Reference in New Issue
Block a user