using StorageLocalEncrypted instead LocalPlain module
This commit is contained in:
parent
06b25db364
commit
9eec30a729
1 changed files with 1 additions and 1 deletions
2
copay.js
2
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue