Move logging, add discordlog

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

View file

@ -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;