This commit is contained in:
jl777
2018-08-15 00:54:42 -11:00
parent b940bb4abd
commit ca9af9a1f6

View File

@@ -183,7 +183,7 @@ std::string FaucetGet(uint64_t txfee)
decode_hex(buf,len,(char *)rawhex.c_str());
vcalc_sha256(0,hash,buf,len);
for (j=0; j<32; j++)
fprintf(stderr,"%02x",hash[i]);
fprintf(stderr,"%02x",hash[j]);
fprintf(stderr," ");
if ( hash[0] == 0 && hash[31] == 0 )
{