From b938be965030544224f98b06bcf4249c50f4cd45 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 05:25:10 -1100 Subject: [PATCH] Test --- src/cc/rewards.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/rewards.cpp b/src/cc/rewards.cpp index 75ea380b9..8b51fc6cd 100644 --- a/src/cc/rewards.cpp +++ b/src/cc/rewards.cpp @@ -421,7 +421,7 @@ std::string RewardsUnlock(uint64_t txfee,char *planstr,uint256 fundingtxid,uint2 GetCCaddress(cp,coinaddr,mypk); if ( (amount= CCutxovalue(coinaddr,locktxid,0)) == 0 ) { - fprintf(stderr,"locktxid/v0 is spent\n"); + fprintf(stderr,"%s locktxid/v0 is spent\n",coinaddr); return(0); } mtx.vin.push_back(CTxIn(locktxid,0,CScript()));