diff --git a/src/keystore.cpp b/src/keystore.cpp index 8b794f2ce..9da5a1e24 100644 --- a/src/keystore.cpp +++ b/src/keystore.cpp @@ -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()); }