Skip to content

Commit

Permalink
Revert "add builder_port param"
Browse files Browse the repository at this point in the history
This reverts commit 3bf2ff7.

Reverting b/c it isn't straight forward and we'd rather move this to a
separate issue.
  • Loading branch information
tbro committed May 29, 2024
1 parent d962775 commit 4a4d4fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sequencer/src/bin/espresso-dev-node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ struct Args {
#[clap(short, long, env = "ESPRESSO_COMMITMENT_TASK_PORT")]
commitment_task_port: u16,

/// Port for connecting to the builder.
#[clap(short, long, env = "ESPRESSO_BUILDER_PORT")]
builder_port: u16,

#[clap(flatten)]
sql: persistence::sql::Options,
}
Expand Down

0 comments on commit 4a4d4fa

Please sign in to comment.