Merge #8396: remove outdated legacy code from key.h

cc021ef remove outdated legacy code (lizhi)
This commit is contained in:
Wladimir J. van der Laan 2016-07-25 12:50:59 +02:00
commit 99c0ac2fd9
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 3 deletions

View File

@ -146,9 +146,6 @@ public:
//! Load private key and check that public key matches.
bool Load(CPrivKey& privkey, CPubKey& vchPubKey, bool fSkipCheck);
//! Check whether an element of a signature (r or s) is valid.
static bool CheckSignatureElement(const unsigned char* vch, int len, bool half);
};
struct CExtKey {