diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-01-27 17:25:25 -0800 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-01-27 17:25:25 -0800 |
| commit | 1506f33075cb2d1a9f0b502ad62cec136ae30d78 (patch) | |
| tree | 35038de5cfac4ad75219972ecc324453203636c8 /src/wallet/api | |
| parent | 5603d5aaeae5ae3b102c3151358d148897b432cc (diff) | |
| parent | a9cae0abe7b71c4a112089016cb16ee1ee12d69f (diff) | |
| download | monzero-core-1506f33075cb2d1a9f0b502ad62cec136ae30d78.tar.gz monzero-core-1506f33075cb2d1a9f0b502ad62cec136ae30d78.tar.xz monzero-core-1506f33075cb2d1a9f0b502ad62cec136ae30d78.zip | |
Merge pull request #3142
a9cae0ab Wallet API: remove unused enum Priority from UnsignedTransaction (stoffu)
Diffstat (limited to 'src/wallet/api')
| -rw-r--r-- | src/wallet/api/wallet2_api.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index d0690f6ac..672b48775 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -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; |
