This commit is contained in:
Matias Alejo Garcia 2015-11-04 11:18:00 -03:00
commit 5214074d05
7 changed files with 18 additions and 382 deletions

View file

@ -13,7 +13,7 @@ angular.module('copayApp.services')
root._err = function(data) {
var msg = 'Hardware Wallet Error: ' + (data.error || data.message || 'unknown');
$log.warn(msg);
return msg;
return JSON.parse(JSON.stringify(msg));
};
root.getAddressPath = function(isMultisig, account) {