From 8cfd799b29145f264d9960f6e08ed2a3829b79b2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 3 Jul 2019 06:31:03 -1100 Subject: [PATCH] Syntax --- 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 67ef28246..ee400e3c8 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -461,7 +461,7 @@ int32_t NSPV_getntzsresp(struct NSPV_ntzsresp *ptr,int32_t height) return(sizeof(*ptr)); } -uint8_t *NSPV_getrawtx(uint256 &hashBlock,int16_t *txlenp,uint256 txid) +uint8_t *NSPV_getrawtx(uint256 &hashBlock,uint16_t *txlenp,uint256 txid) { CTransaction tx; uint8_t *rawtx = 0; *txlenp = 0;