Set min_gas_price = 1 gwei for moc and validator nodes

This commit is contained in:
phahulin 2018-02-05 21:33:04 +03:00
parent 1a086ee8a9
commit 0860a4c4ec
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ password = ["{{ NODE_PWD }}"]
[mining]
usd_per_tx = "0"
force_sealing = true
min_gas_price = 1000000000
engine_signer = "{{ MOC_ADDRESS }}"
gas_floor_target = "{{ BLK_GAS_LIMIT }}"
reseal_on_txs = "none"

View File

@ -24,6 +24,7 @@ unlock = ["{{ MINING_ADDRESS }}"]
[mining]
usd_per_tx = "0"
min_gas_price = 1000000000
force_sealing = true
engine_signer = "{{ MINING_ADDRESS }}"
gas_floor_target = "{{ BLK_GAS_LIMIT }}"