Browse Source
restore cache collection for tx history
activeAddress
Ivan Socolsky
8 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
0 deletions
-
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', |
|
|
|