skipcount

This commit is contained in:
jl777
2019-07-13 04:45:57 -11:00
parent d8d30ad85f
commit e238396c10
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ struct NSPV_utxosresp
char coinaddr[64];
int64_t total,interest;
int32_t nodeheight;
uint16_t numutxos; uint8_t CCflag,pad8;
uint16_t numutxos; uint8_t CCflag,skipcount;
};
struct NSPV_txidresp
@@ -89,7 +89,7 @@ struct NSPV_txidsresp
struct NSPV_txidresp *txids;
char coinaddr[64];
int32_t nodeheight;
uint16_t numtxids; uint8_t CCflag,pad8;
uint16_t numtxids; uint8_t CCflag,skipcount;
};
struct NSPV_ntz