Merge pull request #256 from matiu/feature/reconnect-simpler-peer-mgmt
better peer management / peer reconection
This commit is contained in:
commit
aa0ed193fd
4 changed files with 41 additions and 74 deletions
|
|
@ -136,7 +136,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