Browse Source

fix index definition

feat/estimateFee-limit
Ivan Socolsky 8 years ago
parent
commit
fd7e26372c
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 2
      lib/storage.js

2
lib/storage.js

@ -75,7 +75,7 @@ Storage.prototype._createIndexes = function() {
walletId: 1,
txid: 1,
});
this.db.collection(collections.PUSH_NOTIFICATION_TOKENS).createIndex({
this.db.collection(collections.PUSH_NOTIFICATION_SUBS).createIndex({
copayerId: 1,
});
};

Loading…
Cancel
Save