From: CryptoManiac Date: Sat, 2 Apr 2016 19:49:54 +0000 (+0300) Subject: Our internal state doesn't matter. X-Git-Tag: nvc-v0.5.8~6 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=2efa010c9826cba06c53aecbea6d89dd0d8d0acc Our internal state doesn't matter. --- diff --git a/src/key.cpp b/src/key.cpp index 355d6dd..1adeab2 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -311,7 +311,7 @@ bool CKey::SetSecret(const CSecret& vchSecret, bool fCompressed) } BN_clear_free(bn); fSet = true; - if (fCompressed || fCompressedPubKey) + if (fCompressed) SetCompressedPubKey(); return true; }