From c893ef98995ee83a06090061e192f767c6a3434d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Jul 2019 15:26:17 -1100 Subject: [PATCH] Syntax --- src/komodo_nSPV_wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 94123941e..8b638c28b 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -469,7 +469,7 @@ void NSPV_utxos2CCunspents(struct NSPV_utxosresp *ptr,std::vector > &outputs,char *coinaddr,bool ccflag) { - UniValue NSPV_addressutxos(coinaddr,(int32_t)ccflag); + NSPV_addressutxos(coinaddr,ccflag); NSPV_utxos2CCunspents(&NSPV_utxosresult,outputs); }