X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkeystore.h;h=36149ba66bb2d8305e59b104d6bffcf5bf5a7649;hb=ef17ac0211ddd486127e1f94756fbb3fd704a9b4;hp=f4d0ad396cd61a668e815aaa94c5260ba1435752;hpb=ee3c631e7a917e702d04d8ff77579aeaf1d29a61;p=novacoin.git diff --git a/src/keystore.h b/src/keystore.h index f4d0ad3..36149ba 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -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; }