mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: pushing more old masternodes (#210)
This commit is contained in:
parent
bc7c183114
commit
117c7b3c9c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue