This commit is contained in:
jl777
2019-07-11 15:25:12 -11:00
parent 44cd71622c
commit 88a5fd74ec

View File

@@ -469,7 +469,7 @@ void NSPV_utxos2CCunspents(struct NSPV_utxosresp *ptr,std::vector<std::pair<CAdd
void NSPV_CCunspents(std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> > &outputs,char *coinaddr,bool ccflag)
{
UniValue NSPV_addressutxos(coinaddr,ccflag);
UniValue NSPV_addressutxos(coinaddr,(int32_t)ccflag);
NSPV_utxos2CCunspents(&NSPV_utxosresult,outputs);
}