Protocol changes: txproof with hash block and list funds with filter
This commit is contained in:
@@ -78,7 +78,7 @@ struct NSPV_utxosresp
|
||||
struct NSPV_utxoresp *utxos;
|
||||
char coinaddr[64];
|
||||
int64_t total,interest;
|
||||
int32_t nodeheight,skipcount,pad32;
|
||||
int32_t nodeheight,skipcount,filter;
|
||||
uint16_t numutxos,CCflag;
|
||||
};
|
||||
|
||||
@@ -93,7 +93,7 @@ struct NSPV_txidsresp
|
||||
{
|
||||
struct NSPV_txidresp *txids;
|
||||
char coinaddr[64];
|
||||
int32_t nodeheight,skipcount,pad32;
|
||||
int32_t nodeheight,skipcount,filter;
|
||||
uint16_t numtxids,CCflag;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user