remove outdated legacy code
CheckSignatureElement is not used,it be replaced by eccrypto::CheckSignatureElement.
This commit is contained in:
parent
0df9ea42b8
commit
cc021ef486
1 changed files with 0 additions and 3 deletions
|
@ -146,9 +146,6 @@ public:
|
||||||
|
|
||||||
//! Load private key and check that public key matches.
|
//! Load private key and check that public key matches.
|
||||||
bool Load(CPrivKey& privkey, CPubKey& vchPubKey, bool fSkipCheck);
|
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 {
|
struct CExtKey {
|
||||||
|
|
Loading…
Add table
Reference in a new issue