Add a menu entry in the transaction view allowing...
[novacoin.git] / src / qt / walletmodel.h
index caeeb97..5eafe5d 100644 (file)
@@ -134,6 +134,7 @@ public:
     void lockCoin(COutPoint& output);
     void unlockCoin(COutPoint& output);
     void listLockedCoins(std::vector<COutPoint>& vOutpts);
+    void clearOrphans();
 
 private:
     CWallet *wallet;