mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-21 12:02:19 +00:00
Added Decred to coin list (#109)
This commit is contained in:
parent
637d45b196
commit
ca1d3e5f39
@ -470,6 +470,7 @@ class ProtocolMixin(object):
|
|||||||
"Ether": 60,
|
"Ether": 60,
|
||||||
"EtherClassic": 61,
|
"EtherClassic": 61,
|
||||||
"Zcash": 133,
|
"Zcash": 133,
|
||||||
|
"Decred": 42
|
||||||
}
|
}
|
||||||
if n[0] in coins:
|
if n[0] in coins:
|
||||||
n = ["44'", "%d'" % coins[n[0]] ] + n[1:]
|
n = ["44'", "%d'" % coins[n[0]] ] + n[1:]
|
||||||
|
Loading…
Reference in New Issue
Block a user