Browse Source

+print

warmup
jl777 5 years ago
parent
commit
9535f80ef9
  1. 1
      src/keystore.cpp

1
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());
}

Loading…
Cancel
Save