multisig dialog
[novacoin.git] / src / qt / walletmodel.h
index 706fe3f..3c1bcbc 100644 (file)
@@ -135,6 +135,7 @@ public:
     void unlockCoin(COutPoint& output);
     void listLockedCoins(std::vector<COutPoint>& vOutpts);
     void clearOrphans();
+    CWallet* getWallet();
 
 private:
     CWallet *wallet;