set spend unconfirmed funds off by default
This commit is contained in:
parent
63e0fd1774
commit
04d20df46d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
wallet: {
|
||||
requiredCopayers: 2,
|
||||
totalCopayers: 3,
|
||||
spendUnconfirmed: true,
|
||||
spendUnconfirmed: false,
|
||||
reconnectDelay: 5000,
|
||||
idleDurationMin: 4,
|
||||
settings: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue