Merge pull request #6767 from cmgustavo/bug/config-cash-02

Fix default value for cash-support
This commit is contained in:
Matias Alejo Garcia 2017-09-20 14:28:45 -03:00 committed by GitHub
commit aa00cdcd7c

View file

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