better peer management
This commit is contained in:
parent
5b09440828
commit
65f12f611f
4 changed files with 42 additions and 74 deletions
|
|
@ -130,7 +130,6 @@ WalletFactory.prototype.open = function(walletId, opts) {
|
|||
opts = opts || {};
|
||||
opts.id = walletId;
|
||||
opts.verbose = this.verbose;
|
||||
|
||||
this.storage._setPassphrase(opts.passphrase);
|
||||
|
||||
var w = this.read(walletId) || this.create(opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue