Skip to content

Commit

Permalink
privnet: adjust the default privnet time target to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Jun 13, 2024
1 parent 1138365 commit 8aa1e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/params_privnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
var privNetPowLimit = new(big.Int).Sub(new(big.Int).Lsh(common.Big1, 255), common.Big1)

// target time per block unit second(s)
const privTargetTimePerBlock = 30
const privTargetTimePerBlock = 1

// PirvNetParams defines the network parameters for the private test network.
// This network is similar to the normal test network except it is
Expand Down

0 comments on commit 8aa1e50

Please sign in to comment.