hide xpriv in certain cases in the log
This commit is contained in:
parent
de398bc47b
commit
acb0d176f2
3 changed files with 7 additions and 5 deletions
|
|
@ -34,6 +34,7 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.add = function(level, msg) {
|
||||
msg = msg.replace('/xpriv.*/', 'xpriv[Hidden]');
|
||||
logs.push({
|
||||
timestamp: new Date().toISOString(),
|
||||
level: level,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue