Clarify reg test proof of work limit comment.
This commit is contained in:
parent
bb7f5da609
commit
72feef5194
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ var mainNetParams = Params{
|
||||||
}
|
}
|
||||||
|
|
||||||
// regressionPowLimit is the highest proof of work value a bitcoin block can
|
// regressionPowLimit is the highest proof of work value a bitcoin block can
|
||||||
// have. It is the value 2^256 - 1.
|
// have for the regression test network. It is the value 2^256 - 1.
|
||||||
var regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
|
var regressionPowLimit = new(big.Int).Sub(new(big.Int).Lsh(bigOne, 255), bigOne)
|
||||||
|
|
||||||
// regressionParams contains parameters specific to the regression test network
|
// regressionParams contains parameters specific to the regression test network
|
||||||
|
|
Loading…
Add table
Reference in a new issue