diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 4ba28a149..daa985438 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -77,7 +77,6 @@ function Wallet(opts) { this.settings = new Settings(opts.settings); this.name = opts.name; - this.verbose = opts.verbose; this.publicKeyRing.walletId = this.id; this.txProposals.walletId = this.id; this.network.maxPeers = this.totalCopayers;