aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keystore.h')
-rw-r--r--src/keystore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keystore.h b/src/keystore.h
index b8f5a430eb..3e46acda1d 100644
--- a/src/keystore.h
+++ b/src/keystore.h
@@ -54,7 +54,4 @@ public:
/** Return the CKeyID of the key involved in a script (if there is a unique one). */
CKeyID GetKeyForDestination(const CBasicKeyStore& store, const CTxDestination& dest);
-/** Checks if a CKey is in the given CBasicKeyStore compressed or otherwise*/
-bool HaveKey(const CBasicKeyStore& store, const CKey& key);
-
#endif // BITCOIN_KEYSTORE_H