stratum: pushing more old masternodes (#210)

This commit is contained in:
AltMinerNet 2018-01-19 23:12:24 +01:00 committed by Tanguy Pruvot
parent bc7c183114
commit 117c7b3c9c

View file

@ -284,7 +284,9 @@ void db_update_coinds(YAAMP_DB *db)
// old dash masternodes coins..
if(coind->hasmasternodes) {
if (strcmp(coind->symbol, "ALQO") == 0) coind->oldmasternodes = true;
if (strcmp(coind->symbol, "BSD") == 0) coind->oldmasternodes = true;
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, "FLAX") == 0) coind->oldmasternodes = true;