Delete slasher schema v4

This commit is contained in:
Michael Sproul
2024-06-21 14:13:22 +10:00
parent b6913ae542
commit ebbb17b6bc
2 changed files with 1 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ use types::{
};
/// Current database schema version, to check compatibility of on-disk DB with software.
pub const CURRENT_SCHEMA_VERSION: u64 = 4;
pub const CURRENT_SCHEMA_VERSION: u64 = 3;
/// Metadata about the slashing database itself.
const METADATA_DB: &str = "metadata";