nSPV hardfork change of utxos/txids structures

This commit is contained in:
jl777
2019-07-14 22:46:02 -11:00
parent c5f6fd77a3
commit c0eada0781
3 changed files with 7 additions and 6 deletions

View File

@@ -73,8 +73,8 @@ struct NSPV_utxosresp
struct NSPV_utxoresp *utxos;
char coinaddr[64];
int64_t total,interest;
int32_t nodeheight;
uint16_t numutxos; uint8_t CCflag,skipcount;
int32_t nodeheight,skipcount;
uint16_t numutxos,CCflag;
};
struct NSPV_txidresp
@@ -88,8 +88,8 @@ struct NSPV_txidsresp
{
struct NSPV_txidresp *txids;
char coinaddr[64];
int32_t nodeheight;
uint16_t numtxids; uint8_t CCflag,skipcount;
int32_t nodeheight,skipcount;
uint16_t numtxids,CCflag;
};
struct NSPV_ntz