fix karma tests
This commit is contained in:
parent
4bf7bbe73f
commit
e48e6e3fd5
2 changed files with 1 additions and 7 deletions
|
|
@ -188,7 +188,6 @@ Storage.prototype.getWalletIds = function(cb) {
|
|||
preconditions.checkArgument(cb);
|
||||
var walletIds = [];
|
||||
var uniq = {};
|
||||
|
||||
this.storage.allKeys(function(keys) {
|
||||
for (var ii in keys) {
|
||||
var key = keys[ii];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue