update blockchain config spec

This commit is contained in:
Iuri Matias 2015-08-27 09:36:22 -04:00
parent 4e2256b743
commit 67861af6a5
1 changed files with 2 additions and 0 deletions

View File

@ -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',