mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 18:40:20 -04:00
wallet2: adjust fee during backlog, fix set priority
This commit is contained in:
parent
68e40ea2a7
commit
32b3a56313
2 changed files with 3 additions and 3 deletions
|
@ -6604,7 +6604,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector<std::stri
|
|||
local_args.erase(local_args.begin());
|
||||
}
|
||||
|
||||
uint32_t priority = 0;
|
||||
uint32_t priority = m_wallet->get_default_priority();
|
||||
if (local_args.size() > 0 && parse_priority(local_args[0], priority))
|
||||
local_args.erase(local_args.begin());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue