Browse Source

remove outdated legacy code

CheckSignatureElement is not used,it be replaced by eccrypto::CheckSignatureElement.
0.14
lizhi 8 years ago committed by GitHub
parent
commit
cc021ef486
  1. 3
      src/key.h

3
src/key.h

@ -146,9 +146,6 @@ public: @@ -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 {

Loading…
Cancel
Save