Pad32
This commit is contained in:
@@ -73,7 +73,7 @@ struct NSPV_utxosresp
|
||||
struct NSPV_utxoresp *utxos;
|
||||
char coinaddr[64];
|
||||
int64_t total,interest;
|
||||
int32_t nodeheight,skipcount;
|
||||
int32_t nodeheight,skipcount,pad32;
|
||||
uint16_t numutxos,CCflag;
|
||||
};
|
||||
|
||||
@@ -88,7 +88,7 @@ struct NSPV_txidsresp
|
||||
{
|
||||
struct NSPV_txidresp *txids;
|
||||
char coinaddr[64];
|
||||
int32_t nodeheight,skipcount;
|
||||
int32_t nodeheight,skipcount,pad32;
|
||||
uint16_t numtxids,CCflag;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user