aboutsummaryrefslogtreecommitdiff
path: root/src/key.h
diff options
context:
space:
mode:
authorlizhi <cqtenq9@gmail.com>2016-07-24 10:49:07 +0800
committerGitHub <noreply@github.com>2016-07-24 10:49:07 +0800
commitcc021ef4862ee8c67453aebf746b98b591e4fc99 (patch)
treeacf0e8ec43d0763fc34307b7619a338ed4277f24 /src/key.h
parent0df9ea42b888b0b5c0fa5866f012338c8f16374c (diff)
downloadbitcoin-cc021ef4862ee8c67453aebf746b98b591e4fc99.tar.xz
remove outdated legacy code
CheckSignatureElement is not used,it be replaced by eccrypto::CheckSignatureElement.
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 b4f48d59f5..4e5e208928 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 {