add forceNetwork parameter and test it
This commit is contained in:
parent
b3f2476992
commit
00cf32fc8d
3 changed files with 17 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue