mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
wallet: automatically use low priority if safe (no backlog & recent blocks not full)
This commit is contained in:
@@ -70,6 +70,7 @@ struct PendingTransaction
|
||||
};
|
||||
|
||||
enum Priority {
|
||||
Priority_Default = 0,
|
||||
Priority_Low = 1,
|
||||
Priority_Medium = 2,
|
||||
Priority_High = 3,
|
||||
|
||||
Reference in New Issue
Block a user