settings: maintain livenet and testnet simultainously

This commit is contained in:
Manuel Araoz 2014-09-10 11:12:28 -07:00
commit 76f3b1c321
3 changed files with 49 additions and 19 deletions

View file

@ -602,6 +602,7 @@ Wallet.prototype._optsToObj = function() {
totalCopayers: this.totalCopayers,
name: this.name,
version: this.version,
networkName: this.getNetworkName(),
};
return obj;