Skip to content

Commit 54a0ee6

Browse files
authored
Merge pull request #602 from dindinw/dev/1.2
params: update mixnet genesis
2 parents a70fffc + b70264e commit 54a0ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ var testPowNetGenesisCoinbaseTx = types.Transaction{
385385
}
386386

387387
var mixNetGenesisTx1 = buildMixNetGenesisTxOne()
388-
var mixnetGenesisTime = time.Unix(1706059043, 0) // 2024-01-24
388+
var mixnetGenesisTime = time.Unix(1706498842, 0) // 2024-01-29
389389
func buildMixNetGenesisTxOne() types.Transaction {
390390
tx := types.Transaction{
391391
Version: 1,

0 commit comments

Comments
 (0)