Skip to content

Commit

Permalink
Merge pull request #608 from dindinw/dev/1.2
Browse files Browse the repository at this point in the history
params: update mixnet genesis time
  • Loading branch information
dindinw authored Feb 19, 2024
2 parents 95d7c7d + 0a5e485 commit edad0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ var testPowNetGenesisCoinbaseTx = types.Transaction{
}

var mixNetGenesisTx1 = buildMixNetGenesisTxOne()
var mixnetGenesisTime = time.Unix(1706498842, 0) // 2024-01-29
var mixnetGenesisTime = time.Unix(1708319162, 0) // 2024-02-19
func buildMixNetGenesisTxOne() types.Transaction {
tx := types.Transaction{
Version: 1,
Expand Down

0 comments on commit edad0ac

Please sign in to comment.