diff --git a/src/js/controllers/confirm.js b/src/js/controllers/confirm.js index ed3d39e29..e5022ab00 100644 --- a/src/js/controllers/confirm.js +++ b/src/js/controllers/confirm.js @@ -511,7 +511,7 @@ angular.module('copayApp.controllers').controller('confirmController', function( if (err) return setSendError(err); if (config.notifyIfTxConfirmed && config.notifyIfTxConfirmed.enabled) { txConfirmNotification.subscribe(wallet, { - txid: txp.id + txid: txp.txid }); } }, onSendStatusChange); diff --git a/www/views/preferencesNotifications.html b/www/views/preferencesNotifications.html index d67e804c8..8673138c7 100644 --- a/www/views/preferencesNotifications.html +++ b/www/views/preferencesNotifications.html @@ -19,6 +19,12 @@ +
+ + Notify me when transactions are confirmed + +
+ Enable email notifications @@ -44,11 +50,6 @@ -
- - Notify me when confirm transactions - -