Add a menu entry in the transaction view allowing...
[novacoin.git] / src / qt / walletmodel.cpp
index b8e5236..a8171df 100644 (file)
@@ -496,3 +496,8 @@ void WalletModel::listLockedCoins(std::vector<COutPoint>& vOutpts)
 {
     return;
 }
+
+void WalletModel::clearOrphans()
+{
+    wallet->ClearOrphans();
+}
\ No newline at end of file