diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-17 13:18:34 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 0e3b223de19e1975453206d8a0d326b575cb0afe (patch) | |
tree | 5b845b41416efafa814c47769a198c0e1dc0edae /test | |
parent | 4246c8733870b92a8090bff1b3dc0c1159c535ad (diff) | |
download | dexon-0e3b223de19e1975453206d8a0d326b575cb0afe.tar.gz dexon-0e3b223de19e1975453206d8a0d326b575cb0afe.tar.zst dexon-0e3b223de19e1975453206d8a0d326b575cb0afe.zip |
core: more fix on light node synchronization (#32)
Fix gas calculation in governance contract.
Correctly register round height when processing pending blocks. We
should register the mapping when we get the pending block instead of
waiting for block confirmation.
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 cf61e2d45..c4e110e84 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -29,7 +29,7 @@ "nonce": "0x42", "timestamp": "0x0", "extraData": "0x3535353535353535353535353535353535353535353535353535353535353535", - "gasLimit": "0x7a1200", + "gasLimit": "0x4c4b400", "difficulty": "0x1", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000", |