Fix topup a debit card if default wallet has insufficient funds

This commit is contained in:
Gustavo Maximiliano Cortez 2017-07-07 15:37:10 -03:00
parent 2d9bb1662c
commit 30f3d59151
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}