mirror of https://github.com/embarklabs/embark.git
update blockchain config spec
This commit is contained in:
parent
4e2256b743
commit
67861af6a5
|
@ -63,6 +63,7 @@ describe('embark.config.blockchain', function() {
|
|||
gasLimit: 123,
|
||||
gasPrice: 100,
|
||||
rpcWhitelist: "*",
|
||||
whisper: false,
|
||||
minerthreads: 1,
|
||||
genesisBlock: 'config/genesis.json',
|
||||
datadir: '/tmp/embark',
|
||||
|
@ -105,6 +106,7 @@ describe('embark.config.blockchain', function() {
|
|||
gasLimit: 500000,
|
||||
gasPrice: 10000000000000,
|
||||
rpcWhitelist: "*",
|
||||
whisper: false,
|
||||
minerthreads: 1,
|
||||
genesisBlock: undefined,
|
||||
datadir: '/tmp/embark',
|
||||
|
|
Loading…
Reference in New Issue