1
0

fix spelling of TREZOR and SatoshiLabs

This commit is contained in:
Pavol Rusnak
2016-01-29 14:58:51 +01:00
parent 58d5215e2e
commit 6ce12ca1dc
6 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ from .plugin import TrezorCompatiblePlugin, TrezorCompatibleWallet
class TrezorWallet(TrezorCompatibleWallet):
wallet_type = 'trezor'
device = 'Trezor'
device = 'TREZOR'
class TrezorPlugin(TrezorCompatiblePlugin):