fix signing multiple inputs with ledger

This commit is contained in:
Matias Alejo Garcia 2015-09-14 12:12:24 -03:00
commit 9dc2c40242
3 changed files with 19 additions and 10 deletions

View file

@ -103,6 +103,8 @@ angular.module('copayApp.services')
body = err.message || err.code;
break;
}
} else {
body = gettextCatalog.getString(err);
}
var msg = prefix + ( body ? ': ' + body : '');