pub const DATABASE_CORRUPT_MSG: &str = r"`cuprated` has encountered a fatal error. The database may be corrupted.
If `cuprated` continues to crash with the current database,
you may have to delete the database file and re-sync from scratch.
See <https://user.cuprate.org/resources/disk.html>
for more information on where database files are.
If this happens frequently, consider using the `Safe` sync mode.";
Expand description
Corrupt database error message.
The error message shown to end-users in panic messages if we think the database is corrupted.
This is meant to be user-friendly.