From 0ae29464864dfe4d2fd5393fd2ec74da14010d7f Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Wed, 18 Dec 2019 22:38:12 -0500 Subject: [PATCH] spelling --- src/pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pool.c b/src/pool.c index 8b08fb5..cac60d5 100644 --- a/src/pool.c +++ b/src/pool.c @@ -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));