mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-04 02:49:10 +02:00
Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user