Skip to content

Commit

Permalink
fix(block_submission_key): add -json postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Sep 29, 2023
1 parent 2e52086 commit c944c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block_submission_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{fmt::Display, str::FromStr};
use crate::{env::ENV_CONFIG, Slot};

const MEVBOOST_REDIS_PREFIX: &str = "boost-relay";
const CAPELLA_PREFIX: &str = "cache-execpayload-capella";
const CAPELLA_PREFIX: &str = "cache-execpayload-capella-json";

#[derive(Debug, Eq, Hash, PartialEq)]
pub struct BlockSubmissionKey {
Expand Down

0 comments on commit c944c05

Please sign in to comment.