Fix default value for cash-support
This commit is contained in:
parent
d288252a28
commit
a47d6d80b4
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