This commit is contained in:
Matias Alejo Garcia 2014-09-04 16:38:22 -03:00
commit e0db19a40a

View file

@ -168,7 +168,6 @@ Storage.prototype.getWalletIds = function(cb) {
var uniq = {};
this.storage.allKeys(function(keys) {
for (var ii in keys) {
var key = keys[ii];
var split = key.split('::');