mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #8396: remove outdated legacy code from key.h
cc021ef
remove outdated legacy code (lizhi)
This commit is contained in:
commit
99c0ac2fd9
@ -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…
Reference in New Issue
Block a user