Skip to content

Commit

Permalink
Disable the 'keys restore' command for now (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
andynog committed Nov 19, 2020
1 parent 4fcec4a commit ce1aa53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions relayer-cli/src/commands/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ pub enum KeysCmd {
/// The `keys add` subcommand
#[options(help = "adds a key to a configured chain")]
Add(add::KeyAddCmd),

/// The `keys restore` subcommand
#[options(help = "restore a key to a configured chain using a mnemonic")]
Restore(restore::KeyRestoreCmd),
///// The `keys restore` subcommand
// #[options(help = "restore a key to a configured chain using a mnemonic")]
// Restore(restore::KeyRestoreCmd),
}

0 comments on commit ce1aa53

Please sign in to comment.