mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex
It is an unnecessary method as it is used only two times and only internally, and the whole implementation is HexStr(obfuscate_key).
This commit is contained in:
@@ -268,12 +268,6 @@ public:
|
||||
* Accessor for obfuscate_key.
|
||||
*/
|
||||
const std::vector<unsigned char>& GetObfuscateKey() const;
|
||||
|
||||
/**
|
||||
* Return the obfuscate_key as a hex-formatted string.
|
||||
*/
|
||||
std::string GetObfuscateKeyHex() const;
|
||||
|
||||
};
|
||||
|
||||
#endif // BITCOIN_DBWRAPPER_H
|
||||
|
||||
Reference in New Issue
Block a user