mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: set PBS as old masternode #220
This commit is contained in:
parent
1e57015a65
commit
5468b84da7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue