This commit is contained in:
jl777
2019-07-06 21:41:03 -11:00
parent 5012056334
commit 60ea15808a

View File

@@ -376,7 +376,7 @@ void NSPV_broadcast_purge(struct NSPV_broadcastresp *ptr)
// useful utility functions
uint256 NSPV_doublesha256(uint8_t *data,int32_t datalen)
uint256 NSPV_doublesha256(void *data,int32_t datalen)
{
bits256 _hash; uint256 hash; int32_t i;
_hash = bits256_doublesha256(0,data,datalen);