From 67861af6a53eed41ffb18924efa8ccd5e974366c Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 27 Aug 2015 09:36:22 -0400 Subject: [PATCH] update blockchain config spec --- test/config.blockchain.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/config.blockchain.js b/test/config.blockchain.js index fa86e16e..bf98b4bc 100644 --- a/test/config.blockchain.js +++ b/test/config.blockchain.js @@ -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',