settings: nuke verbose
This commit is contained in:
parent
d2861d9c2a
commit
ecceb668e3
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ function Wallet(opts) {
|
||||||
this.settings = new Settings(opts.settings);
|
this.settings = new Settings(opts.settings);
|
||||||
this.name = opts.name;
|
this.name = opts.name;
|
||||||
|
|
||||||
this.verbose = opts.verbose;
|
|
||||||
this.publicKeyRing.walletId = this.id;
|
this.publicKeyRing.walletId = this.id;
|
||||||
this.txProposals.walletId = this.id;
|
this.txProposals.walletId = this.id;
|
||||||
this.network.maxPeers = this.totalCopayers;
|
this.network.maxPeers = this.totalCopayers;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue