Browse Source
Update Ledger website to ledger.com in error message
patch-4
Salvatore Ingala
2 years ago
No known key found for this signature in database
GPG Key ID: 74060FF81B33E4F8
1 changed files with
2 additions and
2 deletions
-
electrum/plugins/ledger/ledger.py
|
|
@ -51,9 +51,9 @@ except ImportError as e: |
|
|
|
|
|
|
|
|
|
|
|
MSG_NEEDS_FW_UPDATE_GENERIC = _('Firmware version too old. Please update at') + \ |
|
|
|
' https://www.ledgerwallet.com' |
|
|
|
' https://www.ledger.com' |
|
|
|
MSG_NEEDS_FW_UPDATE_SEGWIT = _('Firmware version (or "Bitcoin" app) too old for Segwit support. Please update at') + \ |
|
|
|
' https://www.ledgerwallet.com' |
|
|
|
' https://www.ledger.com' |
|
|
|
MULTI_OUTPUT_SUPPORT = '1.1.4' |
|
|
|
SEGWIT_SUPPORT = '1.1.10' |
|
|
|
SEGWIT_SUPPORT_SPECIAL = '1.0.4' |
|
|
|