mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: fix altminer commit
This commit is contained in:
parent
88cfe6faf7
commit
a89a0ef4cf
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void db_update_coinds(YAAMP_DB *db)
|
||||||
coind->newcoind = false;
|
coind->newcoind = false;
|
||||||
|
|
||||||
strcpy(coind->name, row[1]);
|
strcpy(coind->name, row[1]);
|
||||||
strcpy(coind->symbol, row[20];
|
strcpy(coind->symbol, row[20]);
|
||||||
// optional coin filters
|
// optional coin filters
|
||||||
if(coind->newcoind) {
|
if(coind->newcoind) {
|
||||||
bool ignore = false;
|
bool ignore = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue