diff options
Diffstat (limited to 'sha256_4way.c')
-rw-r--r-- | sha256_4way.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sha256_4way.c b/sha256_4way.c index bdc4c23..556a07a 100644 --- a/sha256_4way.c +++ b/sha256_4way.c @@ -123,6 +123,9 @@ unsigned int ScanHash_4WaySSE2(const unsigned char *pmidstate, unsigned char *pd for (i = 0; i < 32/4; i++) ((unsigned int*)phash)[i] = thash[i][j]; + + print_pow(phash); + *nHashesDone = nonce; *nNonce_p = nonce + j; return nonce + j; |