diff options
author | Jaquee <jaquee.monero@gmail.com> | 2016-12-12 21:39:29 +0100 |
---|---|---|
committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-12 21:50:50 +0100 |
commit | 3b4539ee7e75779029fc77d66263c0ae164af396 (patch) | |
tree | 8b340ead05c950767ba6f8776a864eff2afced39 /src/wallet/wallet2_api.h | |
parent | Merge pull request #1424 (diff) | |
download | monero-3b4539ee7e75779029fc77d66263c0ae164af396.tar.xz |
addressbook updates
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2_api.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h index 86a24fa59..2e19f36cd 100644 --- a/src/wallet/wallet2_api.h +++ b/src/wallet/wallet2_api.h @@ -63,7 +63,8 @@ struct PendingTransaction { enum Status { Status_Ok, - Status_Error + Status_Error, + Status_Critical }; enum Priority { @@ -221,7 +222,8 @@ struct Wallet enum Status { Status_Ok, - Status_Error + Status_Error, + Status_Critical }; enum ConnectionStatus { |