Browse Source

qt update notifications: add another key for redundancy

patch-4
SomberNight 4 years ago
parent
commit
0ee9442972
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      electrum/gui/qt/update_checker.py

3
electrum/gui/qt/update_checker.py

@ -24,7 +24,8 @@ class UpdateCheck(QDialog, Logger):
download_url = "https://electrum.org/#download"
VERSION_ANNOUNCEMENT_SIGNING_KEYS = (
"13xjmVAB1EATPP8RshTE8S8sNwwSUM9p1P",
"13xjmVAB1EATPP8RshTE8S8sNwwSUM9p1P", # ThomasV (since 3.3.4)
"1Nxgk6NTooV4qZsX5fdqQwrLjYcsQZAfTg", # ghost43 (since 4.1.2)
)
def __init__(self, *, latest_version=None):

Loading…
Cancel
Save