diff options
| author | lizhi <[email protected]> | 2016-07-24 10:49:07 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-24 10:49:07 +0800 |
| commit | cc021ef4862ee8c67453aebf746b98b591e4fc99 (patch) | |
| tree | acf0e8ec43d0763fc34307b7619a338ed4277f24 /src | |
| parent | Merge #8390: [Wallet] Correct hdmasterkeyid/masterkeyid name confusion (diff) | |
| download | discoin-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.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 { |