Skip to content

Commit

Permalink
Merge branch 'feat/tx_sign' into feat/sign_with_lab
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Sep 17, 2024
2 parents 5379176 + c705666 commit d23986c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/soroban-cli/src/config/sign_with.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ pub enum Error {
#[group(skip)]
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_SECRET"
)]
#[arg(long, conflicts_with = "sign_with_lab", env = "STELLAR_SIGN_WITH_KEY")]
pub sign_with_key: Option<String>,
/// Sign with laboratory
#[arg(long, conflicts_with = "sign_with_key", env = "STELLAR_SIGN_WITH_LAB")]
Expand Down

0 comments on commit d23986c

Please sign in to comment.