mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
Merge pull request #23 from ELM4Ever/master
Darkcoin to Dash re-branding
This commit is contained in:
commit
f5fb0c364e
@ -26,7 +26,7 @@ const CoinType coins[COINS_COUNT] = {
|
||||
{true, "Namecoin", true, "NMC", true, 52, true, 10000000, true, 5},
|
||||
{true, "Litecoin", true, "LTC", true, 48, true, 10000000, true, 5},
|
||||
{true, "Dogecoin", true, "DOGE", true, 30, true, 100000000, true, 22},
|
||||
{true, "Darkcoin", true, "DRK", true, 76, true, 100000, true, 16},
|
||||
{true, "Dash", true, "DASH", true, 76, true, 100000, true, 16},
|
||||
};
|
||||
|
||||
const CoinType *coinByShortcut(const char *shortcut)
|
||||
|
Loading…
Reference in New Issue
Block a user