This commit is contained in:
jl777
2019-07-14 23:34:25 -11:00
parent c0eada0781
commit c4489e98ac
3 changed files with 6 additions and 2 deletions

View File

@@ -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;
};