Skip to content

Commit

Permalink
fix(sequencing): change path in the recorder (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
DvirYo-starkware authored Jan 9, 2025
1 parent f4b25dd commit d3da3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct CendeAmbassador {
}

/// The path to write blob in the Recorder.
pub const RECORDER_WRITE_BLOB_PATH: &str = "/cende/write_blob";
pub const RECORDER_WRITE_BLOB_PATH: &str = "/cende_recorder/write_blob";

impl CendeAmbassador {
pub fn new(cende_config: CendeConfig) -> Self {
Expand Down

0 comments on commit d3da3de

Please sign in to comment.