1
0

plugins: remove 'on_new_window' hook

This commit is contained in:
SomberNight
2020-12-08 10:33:43 +01:00
parent 933d8861ce
commit 95b08e9961
3 changed files with 9 additions and 7 deletions

View File

@@ -233,8 +233,6 @@ class ElectrumGui(Logger):
w = ElectrumWindow(self, wallet)
self.windows.append(w)
self.build_tray_menu()
# FIXME: Remove in favour of the load_wallet hook
run_hook('on_new_window', w)
w.warn_if_testnet()
w.warn_if_watching_only()
return w