From 60ea15808ae78d6b63fb23af0938c85c87768bba Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 6 Jul 2019 21:41:03 -1100 Subject: [PATCH] Void --- src/komodo_nSPV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 31756881f..c7c8e6d70 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -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);