diff --git a/lbry/conf.py b/lbry/conf.py index 838aedc95..234a1709e 100644 --- a/lbry/conf.py +++ b/lbry/conf.py @@ -724,7 +724,8 @@ class Config(CLIConfig): coin_selection_strategy = StringChoice( "Strategy to use when selecting UTXOs for a transaction", - STRATEGIES, "standard") + STRATEGIES, "prefer_confirmed" + ) transaction_cache_size = Integer("Transaction cache size", 2 ** 17) save_resolved_claims = Toggle(