|
|
|
|
@ -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' |
|
|
|
|
|