diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-29 16:49:08 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:54 +0800 |
commit | b2c125c8c6acc1809182dc5bbddd3594fe05720b (patch) | |
tree | 5c5826c65471a228a9a288a2a0ffd26078e6513f /params | |
parent | bd1b05d8ace3943cc262441c22d54488da1d6167 (diff) | |
download | dexon-b2c125c8c6acc1809182dc5bbddd3594fe05720b.tar.gz dexon-b2c125c8c6acc1809182dc5bbddd3594fe05720b.tar.zst dexon-b2c125c8c6acc1809182dc5bbddd3594fe05720b.zip |
core: fix tests (#65)
Diffstat (limited to 'params')
-rw-r--r-- | params/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/params/config.go b/params/config.go index 38e2b2682..09baec172 100644 --- a/params/config.go +++ b/params/config.go @@ -26,8 +26,8 @@ import ( // Genesis hashes to enforce below configs on. var ( - MainnetGenesisHash = common.HexToHash("0x52b1459248252fcec3e9429362bdbc576c09515cfac0a87b278b2bf98d640c42") - TestnetGenesisHash = common.HexToHash("0x868521018a07ea7ccd1f0ca4f6e554b832187add550f9b2ac55664bd96ff264d") + MainnetGenesisHash = common.HexToHash("0xc8e4d0c33d92b7751fe3747f778aa27600508c8c922be1dbbc7db6ee967f4e6c") + TestnetGenesisHash = common.HexToHash("0x63b758fa30bf833430171514448288d4e67c1d6a989d1474fdd5c5888dfe77fd") ) var ( |