diff --git a/src/key.h b/src/key.h index b4f48d59f..4e5e20892 100644 --- a/src/key.h +++ b/src/key.h @@ -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 {