diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-25 19:24:35 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:21 +0800 |
commit | 24819d5eb4c2f58a8b63fccfc0d32044f5676e14 (patch) | |
tree | 5f8b1924a89667c75d4116c9dd46511864f77692 /test/genesis.json | |
parent | 4685e38fc95b7f0ac3c0ecaec56e7efab3eb4607 (diff) | |
download | go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.tar go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.tar.gz go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.tar.bz2 go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.tar.lz go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.tar.xz go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.tar.zst go-tangerine-24819d5eb4c2f58a8b63fccfc0d32044f5676e14.zip |
core: vm: refactor governance and add node info oracle (#174)
Diffstat (limited to 'test/genesis.json')
-rw-r--r-- | test/genesis.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json index 7ab90e48b..0785f36c7 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -1,7 +1,7 @@ { "config": { "chainId": 237, - "dMoment": 1547480026, + "dMoment": 0, "homesteadBlock": 0, "daoForkBlock": 0, "daoForkSupport": true, |