mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Wallet API: remove unused enum Priority from UnsignedTransaction
This commit is contained in:
parent
09d19c9139
commit
a9cae0abe7
1 changed files with 0 additions and 7 deletions
|
@ -105,13 +105,6 @@ struct UnsignedTransaction
|
|||
Status_Critical
|
||||
};
|
||||
|
||||
enum Priority {
|
||||
Priority_Low = 1,
|
||||
Priority_Medium = 2,
|
||||
Priority_High = 3,
|
||||
Priority_Last
|
||||
};
|
||||
|
||||
virtual ~UnsignedTransaction() = 0;
|
||||
virtual int status() const = 0;
|
||||
virtual std::string errorString() const = 0;
|
||||
|
|
Loading…
Reference in a new issue