This commit is contained in:
jl777
2018-07-23 04:43:21 -11:00
parent 0f4afd4d46
commit 46d1074a67
4 changed files with 12 additions and 3 deletions

View File

@@ -1365,7 +1365,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
// do we already have it?
if (view.HaveCoins(hash))
{
fprintf(stderr,"view.HaveCoins(hash) error\n");
//fprintf(stderr,"view.HaveCoins(hash) error\n");
return state.Invalid(false, REJECT_DUPLICATE, "already have coins");
}