Skip to content

Commit

Permalink
Revert "add https"
Browse files Browse the repository at this point in the history
This reverts commit 0397a01.
  • Loading branch information
neotheprogramist committed Apr 26, 2024
1 parent 0397a01 commit 2cbd9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/saya/src/args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct SayaArgs {
#[arg(long)]
#[arg(value_name = "PROVER URL")]
#[arg(help = "The Prover URL for remote proving.")]
#[arg(default_value = "https://prover.visoft.dev:3618/prove/state-diff-commitment")]
#[arg(default_value = "http://prover.visoft.dev:3618/prove/state-diff-commitment")]
pub prover_url: Url,

/// Enable JSON logging.
Expand Down

0 comments on commit 2cbd9c9

Please sign in to comment.