Darkcoin to Dash re-branding

This commit is contained in:
ELMr4Ever 2015-03-28 21:12:01 -07:00
parent 9761dd23e0
commit e855946d1c
1 changed files with 1 additions and 1 deletions

View File

@ -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)