corr log msg

This commit is contained in:
dimxy
2019-05-14 13:59:56 +05:00
parent 404070afea
commit 7be3960b7f

View File

@@ -519,7 +519,7 @@ bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
if (prevoutN != 0) { // check spending rules
// return eval->Invalid("incorrect vintx vout to spend");
std::cerr << "PricesValidate() " << "add fund tx incorrect vout to spend=" << prevoutN << std::endl;
std::cerr << "PricesValidate() " << "addfunding tx incorrect vout to spend=" << prevoutN << std::endl;
}
break;