Skip to content

Commit

Permalink
Update network container start to use --enable rpc,horizon instead of…
Browse files Browse the repository at this point in the history
… --enable-soroban-rpc
  • Loading branch information
elizabethengelman committed Jun 11, 2024
1 parent e189c71 commit 03e2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/network/container/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async fn run_docker_command(cmd: &Cmd) -> Result<(), Error> {
fn get_container_args(cmd: &Cmd) -> Vec<String> {
[
format!("--{}", cmd.network),
"--enable-soroban-rpc".to_string(),
"--enable rpc,horizon".to_string(),
get_protocol_version_arg(cmd),
get_limits_arg(cmd),
]
Expand Down

0 comments on commit 03e2d85

Please sign in to comment.