Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Select Trezor as default HW wallet type
Browse files Browse the repository at this point in the history
  • Loading branch information
yura-pakhuchiy committed Jun 19, 2018
1 parent 898777d commit 23f268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self):
# connections
self.defective_net_configs = []

self.hw_type = None # TREZOR, KEEPKEY, LEDGERNANOS
self.hw_type = HWType.trezor
self.hw_keepkey_psw_encoding = 'NFC' # Keepkey passphrase UTF8 chars encoding:
# NFC: compatible with official Keepkey client app
# NFKD: compatible with Trezor
Expand Down

0 comments on commit 23f268f

Please sign in to comment.