[#wallet-SQLiteDatabase-Verify] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]::Verify :relfileprefix: ../../ :mrdocs: Check the integrity of the database. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Verify(xref:bilingual_str.adoc[bilingual_str]& error); ---- == Return Value True if the database passed verification, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *error* | Set to a descriptive message if verification fails. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#