We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a210f9 + 120fb79 commit 23c9eebCopy full SHA for 23c9eeb
1 file changed
params/config.go
@@ -25,6 +25,8 @@ import (
25
"golang.org/x/crypto/sha3"
26
)
27
28
+func newUint64(val uint64) *uint64 { return &val }
29
+
30
// Genesis hashes to enforce below configs on.
31
var (
32
MainnetGenesisHash = common.HexToHash("0x21d6ce908e2d1464bd74bbdbf7249845493cc1ba10460758169b978e187762c1")
0 commit comments