added spend unconfirmed option back into advanced settings
This commit is contained in:
parent
a722a77ead
commit
83b775dc7a
3 changed files with 24 additions and 4 deletions
|
|
@ -157,9 +157,6 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
// Always support Bitcoin Cash
|
||||
configCache.cashSupport = true;
|
||||
|
||||
// Always be able to spend unconfirmed transactions
|
||||
configCache.wallet.spendUnconfirmed = true;
|
||||
|
||||
if (!configCache.recentTransactions) {
|
||||
configCache.recentTransactions = defaultConfig.recentTransactions;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue