mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-13 10:57:56 +00:00
RegTestParams: MAX_TARGET to be created out of 64 hex digits
This commit is contained in:
committed by
Andreas Schildbach
parent
7f34eefca4
commit
4b95a8bdfa
@@ -26,7 +26,7 @@ import static com.google.common.base.Preconditions.checkState;
|
|||||||
* Network parameters for the regression test mode of bitcoind in which all blocks are trivially solvable.
|
* Network parameters for the regression test mode of bitcoind in which all blocks are trivially solvable.
|
||||||
*/
|
*/
|
||||||
public class RegTestParams extends TestNet2Params {
|
public class RegTestParams extends TestNet2Params {
|
||||||
private static final BigInteger MAX_TARGET = new BigInteger("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 16);
|
private static final BigInteger MAX_TARGET = new BigInteger("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 16);
|
||||||
|
|
||||||
public RegTestParams() {
|
public RegTestParams() {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Reference in New Issue
Block a user