diff options
| author | Andrew Chow <[email protected]> | 2019-06-06 16:49:52 +0200 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2019-07-09 16:20:12 -0400 |
| commit | a913e3f2fbeb1352fc66f334d4f5f7332ea89ad7 (patch) | |
| tree | 72bd15fc29edf598ed19f61959a78d9270033768 /src/keystore.h | |
| parent | Remove CKeyStore and squash into CBasicKeyStore (diff) | |
| download | discoin-a913e3f2fbeb1352fc66f334d4f5f7332ea89ad7.tar.xz discoin-a913e3f2fbeb1352fc66f334d4f5f7332ea89ad7.zip | |
Move HaveKey static function from keystore to rpcwallet where it is used
Diffstat (limited to 'src/keystore.h')
| -rw-r--r-- | src/keystore.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keystore.h b/src/keystore.h index b8f5a430e..3e46acda1 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 |