Skip to content

Commit 7f021a7

Browse files
authored
chore: rename start request header (#260)
1 parent 7548e2c commit 7f021a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/common/src/pbs/constants.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub const RELOAD_PATH: &str = "/reload";
1414
// const HEADER_SLOT_UUID_KEY: &str = "X-MEVBoost-SlotID";
1515
pub const HEADER_VERSION_KEY: &str = "X-CommitBoost-Version";
1616
pub const HEADER_VERSION_VALUE: &str = COMMIT_BOOST_VERSION;
17-
pub const HEADER_START_TIME_UNIX_MS: &str = "X-MEVBoost-StartTimeUnixMS";
17+
pub const HEADER_START_TIME_UNIX_MS: &str = "Date-Milliseconds";
1818

1919
pub const BUILDER_EVENTS_PATH: &str = "/builder_events";
2020
pub const DEFAULT_PBS_JWT_KEY: &str = "DEFAULT_PBS";

0 commit comments

Comments
 (0)