From 1baa0ba43c2602e87b67cd868116f96c1dfcd21f Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 26 Jun 2023 14:33:42 +0300 Subject: [PATCH] revert --- slasher/src/database.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/slasher/src/database.rs b/slasher/src/database.rs index c66ea726fee..4b5081ced42 100644 --- a/slasher/src/database.rs +++ b/slasher/src/database.rs @@ -57,9 +57,6 @@ const METADATA_VERSION_KEY: &[u8] = &[0]; /// Constant key under which the slasher configuration is stored in the `metadata_db`. const METADATA_CONFIG_KEY: &[u8] = &[1]; -/// Base file path for the database -const DB_BASE_FILE_PATH: &str = ""; - const ATTESTER_KEY_SIZE: usize = 7; const PROPOSER_KEY_SIZE: usize = 16; const CURRENT_EPOCH_KEY_SIZE: usize = 8;