X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwalletdb.h;h=0766aa81755e1398c57deca5c3b49a3efea0fa00;hp=c65d7762ad80db8f738640885d4968a15bb16187;hb=b3190037d970f1bedf6e9e5748cebdfe1fc84cd3;hpb=48564f02c4769f26295bedfc04b796246ad0d0bc diff --git a/src/walletdb.h b/src/walletdb.h index c65d776..0766aa8 100644 --- a/src/walletdb.h +++ b/src/walletdb.h @@ -129,7 +129,7 @@ public: return Write(std::make_pair(std::string("watchs"), dest), '1'); } - bool CWalletDB::EraseWatchOnly(const CScript &dest) + bool EraseWatchOnly(const CScript &dest) { nWalletDBUpdated++; return Erase(std::make_pair(std::string("watchs"), dest));