fix signing multiple inputs with ledger
This commit is contained in:
parent
a313222675
commit
9dc2c40242
3 changed files with 19 additions and 10 deletions
|
|
@ -103,6 +103,8 @@ angular.module('copayApp.services')
|
|||
body = err.message || err.code;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
body = gettextCatalog.getString(err);
|
||||
}
|
||||
|
||||
var msg = prefix + ( body ? ': ' + body : '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue