mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-30 15:20:36 +00:00
Move logging, add discordlog
This commit is contained in:
parent
8f835bbfd3
commit
ff0b4eb11d
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ void coind_init(YAAMP_COIND *coind)
|
|||
}
|
||||
|
||||
lbrylog("coind init %s %s %s\n", coind->symbol, coind->wallet, coind->account);
|
||||
discordlog("coind init %s %s %s\n", coind->symbol, coind->wallet, coind->account);
|
||||
|
||||
bool valid = coind_validate_address(coind);
|
||||
if(valid) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue