Skip to content

Commit

Permalink
stratum: DNR v2 masternodes
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Feb 24, 2018
1 parent 236650d commit 03f25a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stratum/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03f25a7

Please sign in to comment.