Move signature verification functions to CPubKey.
[novacoin.git] / src / keystore.h
index f4d0ad3..36149ba 100644 (file)
@@ -132,7 +132,6 @@ public:
             KeyMap::const_iterator mi = mapKeys.find(address);
             if (mi != mapKeys.end())
             {
-                keyOut.Reset();
                 keyOut.SetSecret((*mi).second.first, (*mi).second.second);
                 return true;
             }