diff --git a/src/bitcoin.c b/src/bitcoin.c index 951e2d56..9a9bf7c2 100644 --- a/src/bitcoin.c +++ b/src/bitcoin.c @@ -398,7 +398,7 @@ bool submit_block(connsock_t *cs, char *params) goto out; } } - LOGWARNING("BLOCK ACCEPTED! HASH: %s", params); + LOGWARNING("BLOCK ACCEPTED!"); ret = true; out: json_decref(val);