mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
Move LBRYLog
This commit is contained in:
parent
ad8ee94a66
commit
8f835bbfd3
1 changed files with 2 additions and 2 deletions
|
@ -176,6 +176,8 @@ void coind_init(YAAMP_COIND *coind)
|
|||
//sprintf(account, "default");
|
||||
}
|
||||
|
||||
lbrylog("coind init %s %s %s\n", coind->symbol, coind->wallet, coind->account);
|
||||
|
||||
bool valid = coind_validate_address(coind);
|
||||
if(valid) return;
|
||||
|
||||
|
@ -211,8 +213,6 @@ void coind_init(YAAMP_COIND *coind)
|
|||
debuglog(">>>>>>>>>>>>>>>>>>>> using wallet %s %s\n",
|
||||
coind->wallet, coind->account);
|
||||
}
|
||||
|
||||
lbrylog("coind init %s %s %s\n", coind->symbol, coind->wallet, coind->account);
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue