This commit is contained in:
Jethro Grassie 2019-12-18 22:38:12 -05:00
parent fc818af02c
commit 0ae2946486
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 1 additions and 1 deletions

View File

@ -2395,7 +2395,7 @@ client_on_submit(json_object *message, client_t *client)
client->hashes += job->target;
time_t now = time(NULL);
bool can_store = true;
log_trace("Checking hash against blobk difficulty: "
log_trace("Checking hash against block difficulty: "
"%lu, job difficulty: %lu",
BN_get_word(bd), BN_get_word(jd));