Fix testnet activation windows
This commit is contained in:
parent
f82d851dc2
commit
e78fd5e578
@ -644,9 +644,9 @@ testnet.block = {
|
||||
|
||||
testnet.bip30 = {};
|
||||
|
||||
testnet.activationThreshold = 1512; // 75% for testchains
|
||||
testnet.activationThreshold = 600; // 75% for testchains
|
||||
|
||||
testnet.minerWindow = 2016; // nPowTargetTimespan / nPowTargetSpacing
|
||||
testnet.minerWindow = 800; // nPowTargetTimespan / nPowTargetSpacing
|
||||
|
||||
testnet.deployments = {
|
||||
csv: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user