Skip to content

Commit 23c9eeb

Browse files
authored
Merge pull request #2429 from CortexFoundation/dev
uint64 pointer convert
2 parents 3a210f9 + 120fb79 commit 23c9eeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

params/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import (
2525
"golang.org/x/crypto/sha3"
2626
)
2727

28+
func newUint64(val uint64) *uint64 { return &val }
29+
2830
// Genesis hashes to enforce below configs on.
2931
var (
3032
MainnetGenesisHash = common.HexToHash("0x21d6ce908e2d1464bd74bbdbf7249845493cc1ba10460758169b978e187762c1")

0 commit comments

Comments
 (0)