From 242ba739992e957a19df69bdaf447341b374adc0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 28 Jul 2018 00:27:50 -1100 Subject: [PATCH] Test --- src/cc/rewards.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/rewards.cpp b/src/cc/rewards.cpp index 64e50bd42..ece58ca11 100644 --- a/src/cc/rewards.cpp +++ b/src/cc/rewards.cpp @@ -275,6 +275,7 @@ uint64_t AddRewardsInputs(CScript &scriptPubKey,int32_t fundsflag,struct CCcontr { if ( (funcid= DecodeRewardsOpRet(txid,tx.vout[tx.vout.size()-1].scriptPubKey,sbits,fundingtxid)) != 0 ) { + fprintf(stderr,"fundsflag.%d (%c) %.8f %.8f\n",fundsflag,funcid,(double)tx.vout[vout].nValue/COIN,(double)it->second.satoshis/COIN); if ( fundsflag != 0 && funcid != 'F' && funcid != 'A' && funcid != 'U' ) continue; else if ( fundsflag == 0 && (funcid != 'L' || tx.vout.size() < 4) )