Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jul 25, 2024
1 parent 782d8ed commit 05dab8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sequencer/src/bin/marketplace-solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct Args {
#[clap(short, long, env = "ESPRESSO_MARKETPLACE_SOLVER_API_PORT")]
solver_api_port: u16,

/// Port to run the server on.
/// Hotshot events service api URL
#[clap(short, long, env = "ESPRESSO_SEQUENCER_HOTSHOT_EVENT_API_URL")]
events_api_url: String,

Expand Down Expand Up @@ -76,7 +76,6 @@ async fn main() -> anyhow::Result<()> {
let _ = spawn(handle_events(event_stream, global_state.clone()));

let mut app = App::<_, SolverError>::with_state(global_state);
app.with_version(env!("CARGO_PKG_VERSION").parse().unwrap());

let mut api = define_api(Default::default()).unwrap();
api.with_version(env!("CARGO_PKG_VERSION").parse().unwrap());
Expand Down

0 comments on commit 05dab8f

Please sign in to comment.