Feat: new setting to notify when a transaction is confirmed

This commit is contained in:
Gabriel Masclef 2017-07-13 11:12:15 -03:00
commit c9cdd91741
6 changed files with 46 additions and 9 deletions

View file

@ -80,6 +80,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
pushNotificationsEnabled: true,
notifyIfTxConfirmed: {
enabled: true,
},
emailNotifications: {
enabled: false,
},