From 4d89abf0af7d4cffe82da61362d1d94c18de7816 Mon Sep 17 00:00:00 2001 From: acetoneRu Date: Thu, 3 Jun 2021 02:53:30 -0400 Subject: [PATCH] id_thread is not needed for user output --- vanitygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanitygen.cpp b/vanitygen.cpp index 81ee356..1dbd240 100644 --- a/vanitygen.cpp +++ b/vanitygen.cpp @@ -200,7 +200,7 @@ static inline bool thread_find(uint8_t * buf, const char * prefix, int id_thread // if(result) { ByteStreamToBase32 ((uint8_t*)hash, 32, addr, 52); - std::cout << "Address found " << addr << " in " << id_thread << std::endl; + std::cout << "Address found " << addr << std::endl; found=true; FoundNonce=*nonce; // free(hash);