From 5832a21db625bfa98a3b7909bb6996dd1fd2e4d3 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Mon, 25 Feb 2019 18:27:34 +0800 Subject: 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 --- test/genesis.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/genesis.json') 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", -- cgit v1.2.3