From 9d9ad70f96890f11eac6c779ca15758c2384bad9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 4 Sep 2018 18:58:15 -1100 Subject: [PATCH] -print --- src/cc/oracles.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index 6bf925ad0..5e5449167 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -247,7 +247,7 @@ uint256 OracleBatonUtxo(uint64_t txfee,struct CCcontract_info *cp,uint256 refora { dheight = height; batontxid = txid; - char str[65]; fprintf(stderr,"set batontxid %s height.%d\n",uint256_str(str,batontxid),height); + //char str[65]; fprintf(stderr,"set batontxid %s height.%d\n",uint256_str(str,batontxid),height); } } } @@ -449,7 +449,7 @@ int64_t LifetimeOraclesFunds(struct CCcontract_info *cp,uint256 oracletxid,CPubK std::vector > addressIndex; GetCCaddress(cp,coinaddr,publisher); SetCCtxids(addressIndex,coinaddr); - fprintf(stderr,"scan lifetime of %s\n",coinaddr); + //fprintf(stderr,"scan lifetime of %s\n",coinaddr); for (std::vector >::const_iterator it=addressIndex.begin(); it!=addressIndex.end(); it++) { txid = it->first.txhash;