add WalletLock class
This commit is contained in:
parent
c804083f89
commit
d8e0d50dce
4 changed files with 151 additions and 3 deletions
1
copay.js
1
copay.js
|
|
@ -15,6 +15,7 @@ var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js
|
|||
|
||||
module.exports.WalletFactory = require('./js/models/core/WalletFactory');
|
||||
module.exports.Wallet = require('./js/models/core/Wallet');
|
||||
module.exports.WalletLock = require('./js/models/core/WalletLock');
|
||||
module.exports.version = require('./version');
|
||||
|
||||
// test hack :s, will fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue