This commit is contained in:
jl777
2019-07-05 04:27:45 -11:00
parent a7685f0056
commit 9535f80ef9

View File

@@ -35,6 +35,7 @@ bool CKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const
}
bool CKeyStore::AddKey(const CKey &key) {
fprintf(stderr,"addkey\n");
return AddKeyPubKey(key, key.GetPubKey());
}