Skip to content

Commit

Permalink
Merge pull request #60 from lemois-1337/mainnet_karlsenhashv2
Browse files Browse the repository at this point in the history
Testnet karlsenhashv2
  • Loading branch information
lemois-1337 authored Sep 2, 2024
2 parents a133806 + 0e96279 commit fba82e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domain/dagconfig/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ var TestnetParams = Params{

MaxBlockLevel: 250,
MergeDepth: defaultMergeDepth,
HFDAAScore: 6000000, // TODO: define the fork date DAAscore
HFDAAScore: 43200, // HF DAAscore to switch to khashv2 (12 hours after testnet launch)
}

// SimnetParams defines the network parameters for the simulation test Karlsen
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 2
appMinor uint = 1
appPatch uint = 0
appPatch uint = 1
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit fba82e4

Please sign in to comment.