mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
do not uncheck auto_ready upon coind_error
log it to lbry.log and discord webhook
This commit is contained in:
parent
64e6a709c5
commit
9f4844d5e5
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
void coind_error(YAAMP_COIND *coind, const char *s)
|
||||
{
|
||||
coind->auto_ready = false;
|
||||
|
||||
object_delete(coind);
|
||||
debuglog("%s error %s\n", coind->name, s);
|
||||
// coind->auto_ready = false;
|
||||
// object_delete(coind);
|
||||
debuglog("%s error %s at block %d, ignore error\n", coind->name, s, coind->height);
|
||||
lbrylog("%s error %s at block %d\n, ignore error", coind->name, s, coind->height);
|
||||
}
|
||||
|
||||
double coind_profitability(YAAMP_COIND *coind)
|
||||
|
|
Loading…
Add table
Reference in a new issue