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

Darkcoin to Dash re-branding

This commit is contained in:
ELMr4Ever 2015-03-28 21:12:01 -07:00
parent 9761dd23e0
commit e855946d1c

View File

@ -26,7 +26,7 @@ const CoinType coins[COINS_COUNT] = {
{true, "Namecoin", true, "NMC", true, 52, true, 10000000, true, 5}, {true, "Namecoin", true, "NMC", true, 52, true, 10000000, true, 5},
{true, "Litecoin", true, "LTC", true, 48, 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, "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) const CoinType *coinByShortcut(const char *shortcut)