Feat: new setting to notify when a transaction is confirmed
This commit is contained in:
parent
f9125e1193
commit
c9cdd91741
6 changed files with 46 additions and 9 deletions
|
|
@ -80,6 +80,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
|
||||
pushNotificationsEnabled: true,
|
||||
|
||||
notifyIfTxConfirmed: {
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
emailNotifications: {
|
||||
enabled: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue