Merge pull request #6767 from cmgustavo/bug/config-cash-02
Fix default value for cash-support
This commit is contained in:
commit
aa00cdcd7c
1 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue