mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 14:14:00 +01:00
Implement SQLiteDatabaseVersion
This commit is contained in:
@@ -96,4 +96,6 @@ public:
|
||||
bool ExistsSQLiteDatabase(const fs::path& path);
|
||||
std::unique_ptr<SQLiteDatabase> MakeSQLiteDatabase(const fs::path& path, const DatabaseOptions& options, DatabaseStatus& status, bilingual_str& error);
|
||||
|
||||
std::string SQLiteDatabaseVersion();
|
||||
|
||||
#endif // BITCOIN_WALLET_SQLITE_H
|
||||
|
||||
Reference in New Issue
Block a user