This commit is contained in:
jl777
2018-04-10 19:03:31 +03:00
parent 294925c70a
commit b7aaca4be3

View File

@@ -937,6 +937,10 @@ void static BitcoinMiner()
fprintf(stderr,"Invalid block mined, try again\n");
return(false);
}
arith_uint256 tmp = pblock->GetHash();
int32_t z; for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);
fprintf(stderr," mined block!\n");
}
}
KOMODO_CHOSEN_ONE = 1;