diff --git a/src/js/controllers/topup.js b/src/js/controllers/topup.js index 175d7e016..6f5c79932 100644 --- a/src/js/controllers/topup.js +++ b/src/js/controllers/topup.js @@ -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; }