Remove unused C++ code not covered by unit tests

This commit is contained in:
practicalswift
2017-03-28 08:40:16 +02:00
parent 95f5e44075
commit b51aaf1c42
9 changed files with 3 additions and 42 deletions

View File

@@ -94,9 +94,6 @@ public:
//! Check whether the public key corresponding to this private key is (to be) compressed.
bool IsCompressed() const { return fCompressed; }
//! Initialize from a CPrivKey (serialized OpenSSL private key data).
bool SetPrivKey(const CPrivKey& vchPrivKey, bool fCompressed);
//! Generate a new private key using a cryptographic PRNG.
void MakeNewKey(bool fCompressed);