mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-03 12:30:07 +00:00
stratum: handle more old masternodes (#204)
This commit is contained in:
parent
d200935198
commit
bc68c04163
1 changed files with 4 additions and 0 deletions
|
@ -288,7 +288,11 @@ void db_update_coinds(YAAMP_DB *db)
|
||||||
if (strcmp(coind->symbol, "CHC") == 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, "CRW") == 0) coind->oldmasternodes = true;
|
||||||
if (strcmp(coind->symbol, "FLAX") == 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;
|
if (strcmp(coind->symbol, "J") == 0 || strcmp(coind->symbol2, "J") == 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue