Fixed rinkeby alloc data

This commit is contained in:
Yuriy Glukhov 2018-08-02 17:16:34 +03:00
parent ebfe25fc2c
commit 39d604a8d7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func defaultGenesisBlockForNetwork*(id: PublicNetwork): Genesis =
extraData: hexToSeqByte("0x3535353535353535353535353535353535353535353535353535353535353535"),
gasLimit: 16777216,
difficulty: 1048576.u256,
alloc: decodePrealloc(testnetAllocData)
alloc: decodePrealloc(rinkebyAllocData)
)
else:
raise newException(Exception, "No default genesis for " & $id)