added Passphrase model
This commit is contained in:
parent
973e65f375
commit
62b95ac122
4 changed files with 8 additions and 1 deletions
2
copay.js
2
copay.js
|
|
@ -3,6 +3,8 @@
|
|||
module.exports.PublicKeyRing = require('./js/models/core/PublicKeyRing');
|
||||
module.exports.TxProposals = require('./js/models/core/TxProposals');
|
||||
module.exports.PrivateKey = require('./js/models/core/PrivateKey');
|
||||
module.exports.Passphrase = require('./js/models/core/Passphrase');
|
||||
|
||||
|
||||
// components
|
||||
var WebRTC = module.exports.WebRTC = require('./js/models/network/WebRTC');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue