diff --git a/stratum/db.cpp b/stratum/db.cpp index 53c56e5..a46a62a 100644 --- a/stratum/db.cpp +++ b/stratum/db.cpp @@ -303,6 +303,7 @@ void db_update_coinds(YAAMP_DB *db) if (strcmp(coind->symbol, "ITZ") == 0) coind->oldmasternodes = true; if (strcmp(coind->symbol, "J") == 0 || strcmp(coind->symbol2, "J") == 0) coind->oldmasternodes = true; if (strcmp(coind->symbol, "MAG") == 0) coind->oldmasternodes = true; + if (strcmp(coind->symbol, "PBS") == 0) coind->oldmasternodes = true; if (strcmp(coind->symbol, "URALS") == 0) coind->oldmasternodes = true; if (strcmp(coind->symbol, "VSX") == 0) coind->oldmasternodes = true; if (strcmp(coind->symbol, "XLR") == 0) coind->oldmasternodes = true;