update config
This commit is contained in:
parent
6567706cfa
commit
1228a639e7
|
@ -38,6 +38,7 @@ BlockchainConfig.prototype.config = function(env) {
|
|||
gasLimit: config.gas_limit || 500000,
|
||||
gasPrice: config.gas_price || 10000000000000,
|
||||
rpcWhitelist: config.rpc_whitelist,
|
||||
nat: config.nat,
|
||||
mine: config.mine,
|
||||
minerthreads: config.minerthreads,
|
||||
genesisBlock: config.genesis_block,
|
||||
|
|
Loading…
Reference in New Issue