aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlizhi <[email protected]>2016-07-24 10:49:07 +0800
committerGitHub <[email protected]>2016-07-24 10:49:07 +0800
commitcc021ef4862ee8c67453aebf746b98b591e4fc99 (patch)
treeacf0e8ec43d0763fc34307b7619a338ed4277f24 /src
parentMerge #8390: [Wallet] Correct hdmasterkeyid/masterkeyid name confusion (diff)
downloaddiscoin-cc021ef4862ee8c67453aebf746b98b591e4fc99.tar.xz
discoin-cc021ef4862ee8c67453aebf746b98b591e4fc99.zip
remove outdated legacy code
CheckSignatureElement is not used,it be replaced by eccrypto::CheckSignatureElement.
Diffstat (limited to 'src')
-rw-r--r--src/key.h3
1 files changed, 0 insertions, 3 deletions
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 {