fix order in events
This commit is contained in:
parent
494c21132a
commit
5e92ae96ac
5 changed files with 14 additions and 14 deletions
|
|
@ -185,7 +185,6 @@ Identity.prototype.openWallets = function() {
|
|||
return va < vb ? 1 : (va === vb ? 0 : -1);
|
||||
});
|
||||
|
||||
console.log('[Identity.js.188]', self.walletIds, self.focusedTimestamps); //TODO
|
||||
// opens the wallets, in the order they were last accessed. Emits open events (newWallet)
|
||||
async.eachSeries(self.walletIds, function(walletId, a_cb) {
|
||||
self.readAndBindWallet(walletId, a_cb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue