aboutsummaryrefslogtreecommitdiff
path: root/src/key.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-03-28 08:40:16 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-04-26 21:20:02 +0200
commitb51aaf1c42d9936ddbe8ec48a0d9b675221ab7ba (patch)
tree97be0a701731d6c02e528c95b5023dbafc69d527 /src/key.h
parent95f5e44075028d86ac35839696a0df51792a4f04 (diff)
downloadbitcoin-b51aaf1c42d9936ddbe8ec48a0d9b675221ab7ba.tar.xz
Remove unused C++ code not covered by unit tests
Diffstat (limited to 'src/key.h')
-rw-r--r--src/key.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/key.h b/src/key.h
index 925a8d186d..2c6f151727 100644
--- a/src/key.h
+++ b/src/key.h
@@ -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);