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:
@@ -170,7 +170,7 @@ class ElectrumGui:
|
||||
print(msg)
|
||||
|
||||
|
||||
def main(self,url):
|
||||
def main(self):
|
||||
while self.done == 0: self.main_command()
|
||||
|
||||
def do_send(self):
|
||||
|
||||
Reference in New Issue
Block a user