Fix target calculations (only V3)
This commit is contained in:
parent
2c1d46c206
commit
4c03efc1ca
@ -217,7 +217,7 @@ main.pow = {
|
|||||||
* @default
|
* @default
|
||||||
*/
|
*/
|
||||||
|
|
||||||
targetTimespan: 3.5 * 24 * 60 * 60,
|
targetTimespan: 1 * 24 * 60 * 60,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Average block time.
|
* Average block time.
|
||||||
@ -233,7 +233,7 @@ main.pow = {
|
|||||||
* @default
|
* @default
|
||||||
*/
|
*/
|
||||||
|
|
||||||
retargetInterval: 2016,
|
retargetInterval: 1,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to reset target if a block
|
* Whether to reset target if a block
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user