From cd2ebf3a6ebee01cc784fdac1dd4487be63f269d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 15 Jul 2019 03:05:10 -1100 Subject: [PATCH] Fix --- src/komodo_nSPV_fullnode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_nSPV_fullnode.h b/src/komodo_nSPV_fullnode.h index 9ca5e2a62..399dd0530 100644 --- a/src/komodo_nSPV_fullnode.h +++ b/src/komodo_nSPV_fullnode.h @@ -548,6 +548,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector request) // received a req { int32_t vout; uint256 txid; uint8_t funcid,isCC = 0; n = 1; + len += iguana_rwnum(0,&request[len],sizeof(CCflag),&isCC); len += iguana_rwnum(0,&request[len],sizeof(funcid),&funcid); len += iguana_rwnum(0,&request[len],sizeof(vout),&vout); len += iguana_rwbignum(0,&request[len],sizeof(txid),(uint8_t *)&txid);