]> Git Repo - VerusCoin.git/blobdiff - src/walletdb.h
Remove references to X11 licence
[VerusCoin.git] / src / walletdb.h
index f3d6e61f8bc7031b32ed9b5ce324264feb6e6373..38699043ba10379b5c35b2c31f65f3c5f9af76a0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
 // Copyright (c) 2009-2013 The Bitcoin developers
-// Distributed under the MIT/X11 software license, see the accompanying
+// Distributed under the MIT software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #ifndef BITCOIN_WALLETDB_H
@@ -96,6 +96,7 @@ public:
     bool WriteCScript(const uint160& hash, const CScript& redeemScript);
 
     bool WriteWatchOnly(const CScript &script);
+    bool EraseWatchOnly(const CScript &script);
 
     bool WriteBestBlock(const CBlockLocator& locator);
     bool ReadBestBlock(CBlockLocator& locator);
This page took 0.02258 seconds and 4 git commands to generate.