diff options
author | lizhi <cqtenq9@gmail.com> | 2016-07-24 10:49:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-24 10:49:07 +0800 |
commit | cc021ef4862ee8c67453aebf746b98b591e4fc99 (patch) | |
tree | acf0e8ec43d0763fc34307b7619a338ed4277f24 | |
parent | 0df9ea42b888b0b5c0fa5866f012338c8f16374c (diff) |
remove outdated legacy code
CheckSignatureElement is not used,it be replaced by eccrypto::CheckSignatureElement.
-rw-r--r-- | src/key.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |