From 098aad0a210bd270d9dcb4845b4719d12e6e1e62 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Mon, 5 Dec 2016 15:24:38 -0300 Subject: [PATCH] restore cache collection for tx history --- lib/storage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/storage.js b/lib/storage.js index f73ef92..a10013c 100644 --- a/lib/storage.js +++ b/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',