call netStart() when opening wallet
This commit is contained in:
parent
b3c1447376
commit
279ab41b6c
1 changed files with 5 additions and 4 deletions
|
|
@ -479,6 +479,7 @@ Identity.prototype.openWallet = function(walletId, cb) {
|
||||||
|
|
||||||
w.store(function(err) {
|
w.store(function(err) {
|
||||||
self.profile.setLastOpenedTs(walletId, function() {
|
self.profile.setLastOpenedTs(walletId, function() {
|
||||||
|
w.netStart();
|
||||||
return cb(err, w);
|
return cb(err, w);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue