rename walletFactory to identity. Test passing
This commit is contained in:
parent
e5d4b8adaf
commit
eb9ab115d7
14 changed files with 652 additions and 115 deletions
2
copay.js
2
copay.js
|
|
@ -13,7 +13,7 @@ var Async = module.exports.Async = require('./js/models/Async');
|
|||
var Insight = module.exports.Insight = require('./js/models/Insight');
|
||||
var Storage = module.exports.Storage = require('./js/models/Storage');
|
||||
|
||||
module.exports.WalletFactory = require('./js/models/WalletFactory');
|
||||
module.exports.Identity = require('./js/models/Identity');
|
||||
module.exports.Wallet = require('./js/models/Wallet');
|
||||
module.exports.WalletLock = require('./js/models/WalletLock');
|
||||
module.exports.PluginManager = require('./js/models/PluginManager');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue