aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/sqlite.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-05-26 20:54:00 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-10-14 11:28:18 -0400
commit727e6b2a4ee5abb7f2dcbc9f7778291908dc28ad (patch)
tree60112fd51a448130edc2b4533c2ce5837a411def /src/wallet/sqlite.h
parentb4df8fdb19fcded7e6d491ecf0b705cac0ec76a1 (diff)
downloadbitcoin-727e6b2a4ee5abb7f2dcbc9f7778291908dc28ad.tar.xz
Implement SQLiteDatabase::Verify
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;