1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-20 03:22:01 +00:00

Added Decred to coin list (#109)

This commit is contained in:
Peter Banik 2017-04-21 19:14:04 +02:00 committed by Pavol Rusnak
parent 637d45b196
commit ca1d3e5f39

View File

@ -470,6 +470,7 @@ class ProtocolMixin(object):
"Ether": 60,
"EtherClassic": 61,
"Zcash": 133,
"Decred": 42
}
if n[0] in coins:
n = ["44'", "%d'" % coins[n[0]] ] + n[1:]