1
0

crash reporter UX

see #5483
This commit is contained in:
SomberNight
2019-07-04 19:13:12 +02:00
parent 28ca561bba
commit 650225e238
4 changed files with 18 additions and 6 deletions

View File

@@ -39,6 +39,10 @@ def read_json(filename, default):
return r
GIT_REPO_URL = "https://github.com/spesmilo/electrum"
GIT_REPO_ISSUES_URL = "https://github.com/spesmilo/electrum/issues"
class AbstractNet:
@classmethod