X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkey.cpp;h=e50a3bc15191405fb005b61d5874a17356c8b10d;hb=6ebe0b8674ec44ae9ec6fcfbb272a3b53c6e2466;hp=6239ba5712e1c848c7f0d8d23fa71b804c53cecd;hpb=afc2bcf340f842111978138a9e04e0b14e5de9fe;p=novacoin.git diff --git a/src/key.cpp b/src/key.cpp index 6239ba5..e50a3bc 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -201,6 +201,7 @@ CKey& CKey::operator=(const CKey& b) if (!EC_KEY_copy(pkey, b.pkey)) throw key_error("CKey::operator=(const CKey&) : EC_KEY_copy failed"); fSet = b.fSet; + fCompressedPubKey = b.fCompressedPubKey; return (*this); }