1
0

Update kivy GUI in order to merge with master

This commit is contained in:
ThomasV
2015-09-03 15:09:45 +02:00
parent eca24ec396
commit 04b9d8fffa
5 changed files with 12 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ class ElectrumGui:
#self.current_window.pary_from_URI
pass
def main(self, url):
def main(self):
''' The main entry point of the kivy ux
:param url: 'bitcoin:' uri as mentioned in bip0021
:type url: str
@@ -85,6 +85,5 @@ class ElectrumGui:
self.main_window = w = ElectrumWindow(config=self.config,
network=self.network,
url=url,
gui_object=self)
w.run()
w.run()