Fix daemon compilation isue.
[novacoin.git] / src / wallet.h
index b3d7d33..2dffd04 100644 (file)
@@ -319,6 +319,8 @@ public:
 
     DBErrors ZapWalletTx();
 
+    bool SetAddressBookName(const CTxDestination& address, const std::string& strName);
+
     bool SetAddressBookName(const CBitcoinAddress& address, const std::string& strName);
 
     bool DelAddressBookName(const CBitcoinAddress& address);