aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-03-23 00:57:09 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-03-24 12:15:53 +0000
commit25eb9f50205b8e391cabbbf721711e08169c3773 (patch)
treecfc3b6f10e955303fda804aaf8f60f6730d498ed /src/keystore.cpp
parentb43aba89e356ff95b706e80d4802f60fc46a569a (diff)
downloadbitcoin-25eb9f50205b8e391cabbbf721711e08169c3773.tar.xz
Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r--src/keystore.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp
index fab1b81c9a..dfdfa5ea9f 100644
--- a/src/keystore.cpp
+++ b/src/keystore.cpp
@@ -7,10 +7,6 @@
#include <util.h>
-bool CKeyStore::AddKey(const CKey &key) {
- return AddKeyPubKey(key, key.GetPubKey());
-}
-
void CBasicKeyStore::ImplicitlyLearnRelatedKeyScripts(const CPubKey& pubkey)
{
AssertLockHeld(cs_KeyStore);