From 856e38870cc7546eedd4f2699711b6ad6d09e85c Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Aug 2019 04:39:59 -1100 Subject: [PATCH] Void * --- src/komodo_nSPV_fullnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV_fullnode.h b/src/komodo_nSPV_fullnode.h index a383298ba..1b820618f 100644 --- a/src/komodo_nSPV_fullnode.h +++ b/src/komodo_nSPV_fullnode.h @@ -390,7 +390,7 @@ int32_t NSPV_mempooltxids(struct NSPV_mempoolresp *ptr,char *coinaddr,uint8_t is } } if ( funcid == NSPV_MEMPOOL_ADDRESS ) - iguana_rwnum(0,&satoshis,sizeof(satoshis),&ptr->txid); + iguana_rwnum(0,&satoshis,sizeof(satoshis),(void *)&ptr->txid); len = (int32_t)(sizeof(*ptr) + sizeof(*ptr->txids)*ptr->numtxids - sizeof(ptr->txids)); return(len); }