using StorageLocalEncrypted instead LocalPlain module

This commit is contained in:
Mario Colque 2014-04-30 16:32:39 -03:00
parent 06b25db364
commit 9eec30a729
1 changed files with 1 additions and 1 deletions

View File

@ -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;