Add tx_gas_limit

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

View File

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