Add tx_gas_limit

This commit is contained in:
phahulin 2017-11-21 19:57:27 +03:00 committed by GitHub
parent 3e0ebb119b
commit 8a03f88304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ unlock = ["${MINING_ADDRESS}"]
[mining]
force_sealing = true
engine_signer = "${MINING_ADDRESS}"
tx_gas_limit = "${TX_GAS_LIMIT}"
reseal_on_txs = "none"
EOF
echo "${MINING_KEYPASS}" > "${NODE_PWD}"