From 79d79ead57f0d69825341a971846795d38fe5adf Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Sep 2018 22:43:49 -1100 Subject: [PATCH] Test --- src/cc/CCassetstx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp index 7d89c0216..cbf40d603 100644 --- a/src/cc/CCassetstx.cpp +++ b/src/cc/CCassetstx.cpp @@ -36,6 +36,7 @@ int64_t AddAssetInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CPubK Getscriptaddress(destaddr,vintx.vout[vout].scriptPubKey); if ( strcmp(destaddr,coinaddr) != 0 && strcmp(destaddr,cp->unspendableCCaddr) != 0 && strcmp(destaddr,cp->unspendableaddr2) != 0 ) continue; + fprintf(stderr,"check %s %.8f\n",destaddr,(double)vintx.vout[vout].nValue/COIN); if ( (nValue= IsAssetvout(price,origpubkey,vintx,vout,assetid)) > 0 && myIsutxo_spentinmempool(txid,vout) == 0 ) { if ( total != 0 && maxinputs != 0 )