core/genesis_etc.go — Version Comparison
|
v1.16.8 |
v1.17.3 |
| Branch |
etc/v1.16.8-full-node |
etc/v1.17.3-full-node |
| Delta |
+53 -0 |
+53 -0 |
Diff between branches
diff --git a/core/genesis_etc.go b/core/genesis_etc.go
index da88d9b0a..90bb6536d 100644
--- a/core/genesis_etc.go
+++ b/core/genesis_etc.go
@@ -47,7 +47,7 @@ func DefaultMordorGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x70686f656e697820636869636b656e206162737572642062616e616e61"),
GasLimit: 0x2fefd8,
Difficulty: big.NewInt(0x20000),
- Timestamp: 1561651659,
+ Timestamp: 1570141915,
Alloc: map[common.Address]types.Account{}, // Mordor has no prealloc
}
}
← Back to Version Comparison