From 9eec30a729c1835b2e499e8789e37aead14d12c1 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Wed, 30 Apr 2014 16:32:39 -0300 Subject: [PATCH] using StorageLocalEncrypted instead LocalPlain module --- copay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copay.js b/copay.js index 35a492730..f35ba8732 100644 --- a/copay.js +++ b/copay.js @@ -15,7 +15,7 @@ var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js var WalletFactory = require('soop').load('./js/models/core/WalletFactory',{ Network: WebRTC, Blockchain: Insight, - Storage: StorageLocalPlain, + Storage: StorageLocalEncrypted, }); module.exports.WalletFactory = WalletFactory;