Fix topup a debit card if default wallet has insufficient funds
This commit is contained in:
parent
2d9bb1662c
commit
30f3d59151
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ angular.module('copayApp.controllers').controller('topUpController', function($s
|
|||
createTx(wallet, invoice, message, function(err, ctxp) {
|
||||
ongoingProcess.set('loadingTxInfo', false);
|
||||
if (err) {
|
||||
showErrorAndBack(err.title, err.message);
|
||||
showError(err.title, err.message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue