This commit is contained in:
ThomasV 2014-12-31 17:11:21 +01:00
parent 52e9c0b498
commit f57c581468
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class Plugin(BasePlugin):
def enable(self):
self.set_enabled(True)
self.init_qt()
if self.win.wallet:
self.load_wallet(self.win.wallet)
return True