We don't need 32 bit integers for these counters
[novacoin.git] / src / scrypt.h
index b28d090..9a648d3 100644 (file)
@@ -7,6 +7,6 @@
 #include "util.h"
 #include "net.h"
 
-uint256 scrypt_blockhash(const void* input);
+uint256 scrypt_blockhash(const uint8_t* input);
 
 #endif // SCRYPT_MINE_H