update to work with new lock system, add protocol.* to build system
[novacoin.git] / src / qt / addresstablemodel.h
index bc505c4..f4a8dad 100644 (file)
@@ -29,7 +29,8 @@ public:
         OK,
         INVALID_ADDRESS,
         DUPLICATE_ADDRESS,
-        WALLET_UNLOCK_FAILURE
+        WALLET_UNLOCK_FAILURE,
+        KEY_GENERATION_FAILURE
     };
 
     static const QString Send; /* Send addres */