Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Jun 26, 2023
1 parent 3f70d0f commit 1baa0ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions slasher/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1baa0ba

Please sign in to comment.