stratum: DNR v2 masternodes

This commit is contained in:
Tanguy Pruvot 2018-02-24 18:00:36 +01:00
parent 236650dc57
commit 03f25a73ef

View file

@ -299,6 +299,7 @@ void db_update_coinds(YAAMP_DB *db)
if (strcmp(coind->symbol, "BWK") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "CHC") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "CRW") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "DNR") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "FLAX") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "ITZ") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "J") == 0 || strcmp(coind->symbol2, "J") == 0) coind->oldmasternodes = true;