diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-25 19:24:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-25 19:24:35 +0800 |
commit | 10c93b9915ac5bcdc8ef9ea34a8e62a98591122a (patch) | |
tree | f9bb9cec39fcd6fb3c3b1fe270338338062aa946 /test | |
parent | 5c706ccb99698ba6c166429aaebfca590cf36755 (diff) | |
download | dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.tar dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.tar.gz dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.tar.bz2 dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.tar.lz dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.tar.xz dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.tar.zst dexon-10c93b9915ac5bcdc8ef9ea34a8e62a98591122a.zip |
core: vm: refactor governance and add node info oracle (#174)
Diffstat (limited to 'test')
-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, |