diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-02-25 18:27:34 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | d779f5aead9e91b97c8d05136ddb7a6bd84f4276 (patch) | |
tree | a0f497e1109cc1ad89183f97aee193938bf5306e /test/genesis.json | |
parent | d5e4399839e04f5d85dd3a06fb14d6ad117a79f3 (diff) | |
download | dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.tar dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.tar.gz dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.tar.bz2 dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.tar.lz dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.tar.xz dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.tar.zst dexon-d779f5aead9e91b97c8d05136ddb7a6bd84f4276.zip |
core: Fixed gas price (#205)
* core/vm: update abi
* core/vm: add MinGasPrice to gov
* params: Add MinGasPrice to Config
* dex: SuggestPrice from Governance
* test: add minGasPrice to genesis.json
* core: check underpriced tx
* dex: verify with gas price
Diffstat (limited to 'test/genesis.json')
-rw-r--r-- | test/genesis.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json index 96ad4924c..9bbb97de3 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -30,7 +30,8 @@ "0x21e19e0c9bab2400000", "0x21e19e0c9bab2400000", "0x152d02c7e14af6800000" - ] + ], + "minGasPrice": "0x3b9aca00" } }, "nonce": "0x42", |