Skip to content

Commit

Permalink
Lower the post k2pow in mainnet (#4727)
Browse files Browse the repository at this point in the history
Lowering the k2pow in the mainnet config.
  • Loading branch information
pigmej committed Jul 19, 2023
1 parent ed9933a commit 30ba1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

func MainnetConfig() Config {
var postPowDifficulty activation.PowDifficulty
if err := postPowDifficulty.UnmarshalText([]byte("00037ec8ec25e6d2c00000000000000000000000000000000000000000000000")); err != nil {
if err := postPowDifficulty.UnmarshalText([]byte("000dfb23b0979b4b000000000000000000000000000000000000000000000000")); err != nil {
panic(err)
}
p2pconfig := p2p.DefaultConfig()
Expand Down

0 comments on commit 30ba1c0

Please sign in to comment.