fix parameters
This commit is contained in:
parent
ead4c403d4
commit
d61206d2c0
1 changed files with 13 additions and 13 deletions
|
|
@ -259,7 +259,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
||||||
self.setOngoingProcess();
|
self.setOngoingProcess();
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
if (err) {
|
if (err) {
|
||||||
$scope.error = bwsError.msg('Could not broadcast payment');
|
$scope.error = bwsError.msg(err, gettext('Could not broadcast payment'));
|
||||||
$scope.$digest();
|
$scope.$digest();
|
||||||
} else {
|
} else {
|
||||||
$log.debug('Transaction signed and broadcasted')
|
$log.debug('Transaction signed and broadcasted')
|
||||||
|
|
@ -327,7 +327,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
||||||
self.setOngoingProcess();
|
self.setOngoingProcess();
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
if (err) {
|
if (err) {
|
||||||
$scope.error = bwsError.msg(gettext('Could not broadcast payment'));
|
$scope.error = bwsError.msg(err, gettext('Could not broadcast payment'));
|
||||||
$scope.$digest();
|
$scope.$digest();
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue