This commit is contained in:
jl777
2019-07-05 04:19:03 -11:00
parent 3837c804a9
commit 44f805ce9e

View File

@@ -71,6 +71,7 @@ bool CBasicKeyStore::AddKeyPubKey(const CKey& key, const CPubKey &pubkey)
{
LOCK(cs_KeyStore);
mapKeys[pubkey.GetID()] = key;
fprintf(stderr,"addpubkey pub %s\n",pubkey.GetHex().c_str());
return true;
}