Merge pull request #4538 from JDonadio/feat/unconfirmed-off
Set spend unconfirmed funds off by default
This commit is contained in:
commit
95aca966b4
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