diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-12 23:46:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-12 23:46:47 +0200 |
commit | 1a286061ff294f8fd8910492e1725b08d0942377 (patch) | |
tree | 8b340ead05c950767ba6f8776a864eff2afced39 /src/wallet/wallet2_api.h | |
parent | Merge pull request #1424 (diff) | |
parent | addressbook updates (diff) | |
download | monero-1a286061ff294f8fd8910492e1725b08d0942377.tar.xz |
Merge pull request #1436
3b4539ee addressbook updates (Jaquee)
Diffstat (limited to 'src/wallet/wallet2_api.h')
-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 { |