Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore

This commit is contained in:
João Barbosa
2018-03-23 00:57:09 +00:00
parent b43aba89e3
commit 25eb9f5020
2 changed files with 1 additions and 5 deletions

View File

@@ -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);