settings: change old settings controller
This commit is contained in:
parent
f9a31ce9aa
commit
f443843d49
3 changed files with 10 additions and 16 deletions
|
|
@ -799,7 +799,7 @@ Wallet.prototype.toObj = function() {
|
|||
|
||||
var walletObj = {
|
||||
opts: optsObj,
|
||||
settings: this.settings.toObj();
|
||||
settings: this.settings.toObj(),
|
||||
networkNonce: networkNonce, //yours
|
||||
networkNonces: networkNonces, //copayers
|
||||
publicKeyRing: this.publicKeyRing.toObj(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue