mirror of
https://github.com/monero-project/monero.git
synced 2026-02-04 11:07:52 -08:00
wallet: fix auto low priority so that it takes effect only when saved default is 0
This commit is contained in:
@@ -5106,7 +5106,7 @@ uint64_t wallet2::adjust_mixin(uint64_t mixin) const
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
uint32_t wallet2::adjust_priority(uint32_t priority)
|
||||
{
|
||||
if (priority == 0 && get_default_priority() != 1 && auto_low_priority())
|
||||
if (priority == 0 && m_default_priority == 0 && auto_low_priority())
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user