[NOD-956] Increase K to 15. (#710)

This commit is contained in:
stasatdaglabs 2020-05-03 14:56:47 +03:00 committed by GitHub
parent 2e2492cc5d
commit 5b74e51db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ var (
)
const (
ghostdagK = 10
ghostdagK = 15
difficultyAdjustmentWindowSize = 2640
timestampDeviationTolerance = 132
finalityDuration = 24 * time.Hour