Skip to content

Commit

Permalink
Update default sign with lab url
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Sep 4, 2024
1 parent c1682da commit 65086b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/config/sign_with.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct Args {
#[arg(
long,
env = "STELLAR_SIGN_WITH_LAB_URL",
default_value = "https://lab.stellar.org/transaction/sign"
default_value = "https://lab.stellar.org/transaction/cli-sign"
)]
pub lab_url: String,

Expand Down

0 comments on commit 65086b4

Please sign in to comment.