This commit is contained in:
jl777
2016-10-25 08:23:55 -03:00
parent cbee4d6b16
commit beafd76b02
4 changed files with 4 additions and 4 deletions

View File

@@ -1138,7 +1138,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
if (!view.HaveCoins(txin.prevout.hash)) {
if (pfMissingInputs)
*pfMissingInputs = true;
fprintf(stderr,"do all inputs exist?\n");
fprintf(stderr,"missing inputs\n");
return false;
}
}