This commit is contained in:
jl777
2019-07-11 15:26:17 -11:00
parent 88a5fd74ec
commit c893ef9899

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,(int32_t)ccflag);
NSPV_addressutxos(coinaddr,ccflag);
NSPV_utxos2CCunspents(&NSPV_utxosresult,outputs);
}