This commit is contained in:
jl777
2018-07-27 05:25:10 -11:00
parent a89a76c457
commit b938be9650

View File

@@ -421,7 +421,7 @@ std::string RewardsUnlock(uint64_t txfee,char *planstr,uint256 fundingtxid,uint2
GetCCaddress(cp,coinaddr,mypk); GetCCaddress(cp,coinaddr,mypk);
if ( (amount= CCutxovalue(coinaddr,locktxid,0)) == 0 ) 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); return(0);
} }
mtx.vin.push_back(CTxIn(locktxid,0,CScript())); mtx.vin.push_back(CTxIn(locktxid,0,CScript()));