Browse Source

restore cache collection for tx history

activeAddress
Ivan Socolsky 8 years ago
parent
commit
098aad0a21
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 1
      lib/storage.js

1
lib/storage.js

@ -20,6 +20,7 @@ var collections = {
COPAYERS_LOOKUP: 'copayers_lookup',
PREFERENCES: 'preferences',
EMAIL_QUEUE: 'email_queue',
CACHE: 'cache',
FIAT_RATES: 'fiat_rates',
TX_NOTES: 'tx_notes',
SESSIONS: 'sessions',

Loading…
Cancel
Save