qt exception window: turn Exception_Hook into singleton
related #4905 related Electron-Cash/Electron-Cash@6a3d76b0ab conceptually did not really make sense that the Exception_Hook kept a reference to an ~arbitrary main window (preventing gc)
This commit is contained in:
@@ -132,7 +132,7 @@ class BaseCrashReporter(Logger):
|
||||
def get_user_description(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_wallet_type(self):
|
||||
def get_wallet_type(self) -> str:
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user