Skip to content

Commit 3952264

Browse files
Address PR feedback
1 parent ae79de4 commit 3952264

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

FULL_HELP_DOCS.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2719,11 +2719,7 @@ Fetch ledger information
27192719

27202720
## `stellar ledger latest`
27212721

2722-
**Usage:** `stellar ledger latest [OPTIONS] [SEQ]`
2723-
2724-
###### **Arguments:**
2725-
2726-
* `<SEQ>`
2722+
**Usage:** `stellar ledger latest [OPTIONS]`
27272723

27282724
###### **Options:**
27292725

cmd/soroban-cli/src/commands/ledger/latest.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ pub enum OutputFormat {
2323

2424
#[derive(Debug, clap::Parser)]
2525
pub struct Cmd {
26-
pub seq: Option<i64>,
27-
2826
#[command(flatten)]
2927
pub network: network::Args,
3028

cmd/soroban-cli/src/signer/keyring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl StellarEntry {
4343
self.name
4444
));
4545
self.set_seed_phrase(seed_phrase)?;
46-
};
46+
}
4747
Ok(())
4848
}
4949

0 commit comments

Comments
 (0)