mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 01:22:02 +00:00
src/apps/common: fix typo in coins.py
This commit is contained in:
parent
5885cb867e
commit
af7a66697b
@ -277,4 +277,4 @@ def by_address_type(address_type):
|
||||
for c in COINS:
|
||||
if c.address_type == address_type:
|
||||
return c
|
||||
raise ValueError('Unknown coin address type %d' % version)
|
||||
raise ValueError('Unknown coin address type %d' % address_type)
|
||||
|
Loading…
Reference in New Issue
Block a user