Adding a way to set the log level from the UI
This commit is contained in:
parent
f586ecf708
commit
7cc6e335a7
4 changed files with 34 additions and 22 deletions
1
copay.js
1
copay.js
|
|
@ -6,6 +6,7 @@ module.exports.PrivateKey = require('./js/models/PrivateKey');
|
|||
module.exports.HDPath = require('./js/models/HDPath');
|
||||
module.exports.HDParams = require('./js/models/HDParams');
|
||||
module.exports.crypto = require('./js/util/crypto');
|
||||
module.exports.logger = require('./js/log');
|
||||
|
||||
|
||||
// components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue