Move LBRYLog

This commit is contained in:
Ralph 2022-11-17 14:06:46 -05:00 committed by GitHub
parent ad8ee94a66
commit 8f835bbfd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
///////////////////////////////////////////////////////////////////////////////