This commit is contained in:
jl777
2018-08-15 01:00:43 -11:00
parent 2accae9efd
commit 6155bc4b68

View File

@@ -191,6 +191,8 @@ std::string FaucetGet(uint64_t txfee)
return(rawhex); return(rawhex);
} }
} }
if ( (i % 10000) == 9999 )
fprintf(stderr,".");
} }
fprintf(stderr,"couldnt generate valid txid %u\n",(uint32_t)time(NULL)); fprintf(stderr,"couldnt generate valid txid %u\n",(uint32_t)time(NULL));
return(""); return("");