mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
stratum: DNR v2 masternodes
This commit is contained in:
parent
236650dc57
commit
03f25a73ef
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue