diff --git a/stratum/db.cpp b/stratum/db.cpp index a46a62a..e838267 100644 --- a/stratum/db.cpp +++ b/stratum/db.cpp @@ -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;