Skip to content

Commit

Permalink
Added validator-stake alias to stake command
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Jul 30, 2024
1 parent 2763629 commit 51006ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js_command_match/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub enum JsCmd {
TxStatus(self::transactions::status::TxStatusArgs),

Validators(self::deprecated::ValidatorsArgs),
#[clap(alias("validator-stake"))]
Stake(self::deprecated::StakeArgs),
}

Expand Down

0 comments on commit 51006ac

Please sign in to comment.