mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 03:25:23 -04:00
wallet: automatically use low priority if safe (no backlog & recent blocks not full)
This commit is contained in:
parent
c903df5ece
commit
30c44bce06
7 changed files with 136 additions and 18 deletions
|
@ -70,6 +70,7 @@ struct PendingTransaction
|
|||
};
|
||||
|
||||
enum Priority {
|
||||
Priority_Default = 0,
|
||||
Priority_Low = 1,
|
||||
Priority_Medium = 2,
|
||||
Priority_High = 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue