add forceNetwork parameter and test it

This commit is contained in:
Manuel Araoz 2014-07-08 12:34:49 -03:00
commit 00cf32fc8d
3 changed files with 17 additions and 0 deletions

View file

@ -2,6 +2,7 @@
var defaultConfig = {
// DEFAULT network (livenet or testnet)
networkName: 'livenet',
forceNetwork: false,
// DEFAULT unit: Bit
unitName: 'bits',
@ -124,3 +125,4 @@ var defaultConfig = {
disableVideo: true,
verbose: 1,
};
module.exports = defaultConfig;