From 8267beff37fe0a7ff2af7a41eb02e10b9432836e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Sep 2018 06:56:43 -1100 Subject: [PATCH] +print --- src/cc/CCassetsCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCassetsCore.cpp b/src/cc/CCassetsCore.cpp index 3a9226a27..a9bb5b71f 100644 --- a/src/cc/CCassetsCore.cpp +++ b/src/cc/CCassetsCore.cpp @@ -349,7 +349,7 @@ int64_t IsAssetvout(int64_t &price,std::vector &origpubkey,const CTrans { n = tx.vout.size(); nValue = tx.vout[v].nValue; - //fprintf(stderr,"CC vout v.%d of n.%d %.8f\n",v,n,(double)nValue/COIN); + fprintf(stderr,"CC vout v.%d of n.%d %.8f\n",v,n,(double)nValue/COIN); if ( v >= n-1 ) return(0); if ( (funcid= DecodeAssetOpRet(tx.vout[n-1].scriptPubKey,assetid,assetid2,price,origpubkey)) == 0 )