From c3e7c38dfd1b4f8e19ae4ef9becd9fbc38fb4fd9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 10 Jul 2019 04:39:18 -1100 Subject: [PATCH] ,struct NSPV_CCmtxinfo *ptr --- src/cc/CCtx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCtx.cpp b/src/cc/CCtx.cpp index 005a06380..5a650a8c9 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -614,7 +614,7 @@ int64_t AddNormalinputs(CMutableTransaction &mtx,CPubKey mypk,int64_t total,int3 return(0); } -int64_t AddNormalinputs2(CMutableTransaction &mtx,int64_t total,int32_t maxinputs) +int64_t AddNormalinputs2(CMutableTransaction &mtx,int64_t total,int32_t maxinputs,struct NSPV_CCmtxinfo *ptr) { int32_t abovei,belowi,ind,vout,i,n = 0; int64_t sum,threshold,above,below; int64_t remains,nValue,totalinputs = 0; char coinaddr[64]; uint256 txid,hashBlock; CTransaction tx; struct CC_utxo *utxos,*up; std::vector > unspentOutputs;