This commit is contained in:
jl777
2018-11-11 00:43:45 -11:00
parent bd17261194
commit 30a8281f2f
2 changed files with 2 additions and 2 deletions

View File

@@ -364,7 +364,7 @@ void *dicefinish(void *_ptr)
{
ptr->orphaned++;
fprintf(stderr,"ORPHANED.%d finish txid.%s\n",ptr->orphaned,ptr->txid.GetHex().c_str());
if ( ptr->orphaned < 3 )
if ( ptr->orphaned < 4 )
continue;
if ( ptr->rawtx.empty() == 0 )
ptr->rawtx.clear();