1
0

move window initialization hook inside class

This commit is contained in:
ThomasV
2015-09-03 08:24:05 +02:00
parent a36b1d701c
commit 5df03951e5
2 changed files with 2 additions and 1 deletions

View File

@@ -217,7 +217,6 @@ class ElectrumGui:
if not wallet:
return
w = ElectrumWindow(config, self.network, self)
run_hook('new_window', w)
w.connect_slots(self.timer)
# load new wallet in gui