Skip to content

Commit

Permalink
lab.stellar.org
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 23, 2024
1 parent baf7036 commit f3fbff7
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 @@ -31,7 +31,7 @@ pub struct Args {
/// Sign with a local key. Can be an identity (--sign-with-key alice), a secret key (--sign-with-key SC36…), or a seed phrase (--sign-with-key "kite urban…"). If using seed phrase, `--hd-path` defaults to the `0` path.
#[arg(long, conflicts_with = "sign_with_lab", env = "STELLAR_SIGN_WITH_KEY")]
pub sign_with_key: Option<String>,
/// Sign with labratory
/// Sign with https://lab.stellar.org
#[arg(
long,
conflicts_with = "sign_with_key",
Expand Down

0 comments on commit f3fbff7

Please sign in to comment.