X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=ce5f205493d3812f06c73cf968af1bf97634181b;hb=5ed0a2b839d4654c252e63b86352c7b1bcbb69ab;hp=607511869868f9b403d3a6abddaccb4cee47ccaa;hpb=69599ecf22ab6ed50801c6641dd17cd4c24e3e39;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index 6075118..ce5f205 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -159,7 +159,7 @@ public: // Adds an encrypted key to the store, without saving it to disk (used by LoadWallet) bool LoadCryptedKey(const CPubKey &vchPubKey, const std::vector &vchCryptedSecret) { SetMinVersion(FEATURE_WALLETCRYPT); return CCryptoKeyStore::AddCryptedKey(vchPubKey, vchCryptedSecret); } bool AddCScript(const CScript& redeemScript); - bool LoadCScript(const CScript& redeemScript) { return CCryptoKeyStore::AddCScript(redeemScript); } + bool LoadCScript(const CScript& redeemScript); // Adds a watch-only address to the store, and saves it to disk. bool AddWatchOnly(const CScript &dest);