nSPV mempool used by CC

This commit is contained in:
jl777
2019-07-17 01:07:12 -11:00
parent ab4619c98b
commit adc186390a
6 changed files with 52 additions and 11 deletions

View File

@@ -101,7 +101,7 @@ struct NSPV_mempoolresp
uint256 *txids;
char coinaddr[64];
uint256 txid;
int32_t nodeheight,vout,pad32;
int32_t nodeheight,vout,vindex;
uint16_t numtxids; uint8_t CCflag,funcid;
};