Fix default value for cash-support

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-20 13:21:07 -04:00
commit a47d6d80b4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -61,9 +61,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
bannedUntil: null, bannedUntil: null,
}, },
cashSupport: { cashSupport: false,
enabled: false,
},
recentTransactions: { recentTransactions: {
enabled: true, enabled: true,