remove unused function GetKeyID_NoCheck

This commit is contained in:
jahway603
2022-09-03 10:22:00 -04:00
parent bf51d37e5d
commit 325dcec0ac
2 changed files with 0 additions and 10 deletions

View File

@@ -146,7 +146,6 @@ public:
CTxDestination Get() const;
bool GetKeyID(CKeyID &keyID) const;
bool GetKeyID_NoCheck(CKeyID& keyID) const;
bool GetIndexKey(uint160& hashBytes, int& type, bool ccflag) const;
bool IsScript() const;
};
@@ -171,7 +170,6 @@ public:
CTxDestination Get() const;
bool GetKeyID(CKeyID &keyID) const;
bool GetKeyID_NoCheck(CKeyID& keyID) const;
bool GetIndexKey(uint160& hashBytes, int& type, bool ccflag) const;
bool IsScript() const;
};