This commit is contained in:
@@ -71,6 +71,7 @@ bool CBasicKeyStore::AddKeyPubKey(const CKey& key, const CPubKey &pubkey)
|
|||||||
{
|
{
|
||||||
LOCK(cs_KeyStore);
|
LOCK(cs_KeyStore);
|
||||||
mapKeys[pubkey.GetID()] = key;
|
mapKeys[pubkey.GetID()] = key;
|
||||||
|
fprintf(stderr,"addpubkey pub %s\n",pubkey.GetHex().c_str());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user