Bitcoin ABC 0.30.5
P2P Digital Currency
|
These should be considered an implementation detail of the specific database. More...
Functions | |
void | HandleError (const leveldb::Status &status) |
Handle database error by throwing dbwrapper_error exception. More... | |
const std::vector< uint8_t > & | GetObfuscateKey (const CDBWrapper &w) |
Work around circular dependency, as well as for testing in dbwrapper_tests. More... | |
These should be considered an implementation detail of the specific database.
const std::vector< uint8_t > & dbwrapper_private::GetObfuscateKey | ( | const CDBWrapper & | w | ) |
Work around circular dependency, as well as for testing in dbwrapper_tests.
Database obfuscation should be considered an implementation detail of the specific database.
Definition at line 274 of file dbwrapper.cpp.
void dbwrapper_private::HandleError | ( | const leveldb::Status & | status | ) |
Handle database error by throwing dbwrapper_error exception.
Definition at line 263 of file dbwrapper.cpp.