add tests to localencrypted
This commit is contained in:
parent
b0ff5494e0
commit
fb2b6c40ba
5 changed files with 222 additions and 229 deletions
1
copay.js
1
copay.js
|
|
@ -10,7 +10,6 @@ module.exports.AddressIndex = require('./js/models/core/AddressIndex');
|
|||
// components
|
||||
var WebRTC = module.exports.WebRTC = require('./js/models/network/WebRTC');
|
||||
var Insight = module.exports.Insight = require('./js/models/blockchain/Insight');
|
||||
var StorageLocalPlain = module.exports.StorageLocalPlain = require('./js/models/storage/LocalPlain');
|
||||
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js/models/storage/LocalEncrypted');
|
||||
|
||||
module.exports.WalletFactory = require('./js/models/core/WalletFactory');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue