wallet::SQLiteDatabase::Verify

Check the integrity of the database.

Synopsis

Declared in <wallet/sqlite.h>

bool
Verify(bilingual_str& error);

Return Value

True if the database passed verification, false otherwise.

Parameters

NameDescription
errorSet to a descriptive message if verification fails.