aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/sqlite.h')
-rw-r--r--src/wallet/sqlite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/sqlite.h b/src/wallet/sqlite.h
index dca6560abb..c6a3f7f503 100644
--- a/src/wallet/sqlite.h
+++ b/src/wallet/sqlite.h
@@ -71,6 +71,8 @@ public:
~SQLiteDatabase();
+ bool Verify(bilingual_str& error);
+
/** Open the database if it is not already opened */
void Open() override;