Use a messagebox to display the error when -server is provided without providing...
[novacoin.git] / src / qt / addresstablemodel.h
index 296fa58..f4a8dad 100644 (file)
@@ -26,9 +26,11 @@ public:
 
     // Return status of last edit/insert operation
     enum EditStatus {
-        OK = 0,
-        INVALID_ADDRESS = 1,
-        DUPLICATE_ADDRESS = 2
+        OK,
+        INVALID_ADDRESS,
+        DUPLICATE_ADDRESS,
+        WALLET_UNLOCK_FAILURE,
+        KEY_GENERATION_FAILURE
     };
 
     static const QString Send; /* Send addres */