From 9535f80ef9d64c4f56c84b7911ec0ccf6f631465 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 5 Jul 2019 04:27:45 -1100 Subject: [PATCH] +print --- src/keystore.cpp | 1 + 1 file changed, 1 insertion(+) 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()); }