Skip to content

Commit

Permalink
params: update mixnet genesis time
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Jan 8, 2024
1 parent 3d33372 commit 9c0d40e
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(1660752000, 0) // 2022-08-18
var mixnetGenesisTime = time.Unix(1704684272, 0) // 2024-01-08
func buildMixNetGenesisTxOne() types.Transaction {
tx := types.Transaction{
Version: 1,
Expand Down

0 comments on commit 9c0d40e

Please sign in to comment.