From 88a5fd74ec1eee030bdf54afb481355804bb6976 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Jul 2019 15:25:12 -1100 Subject: [PATCH] Cast --- 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 bf64657df..94123941e 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,ccflag); + UniValue NSPV_addressutxos(coinaddr,(int32_t)ccflag); NSPV_utxos2CCunspents(&NSPV_utxosresult,outputs); }