From 0cb1a352d34a38afa5d1c4761ff92513c922d620 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Fri, 12 Jun 2020 08:39:53 -0400 Subject: [PATCH] Remove wallet from CLI (#3347) --- src/bin/grin.rs | 9 --------- src/bin/grin.yml | 3 --- 2 files changed, 12 deletions(-) diff --git a/src/bin/grin.rs b/src/bin/grin.rs index 84e80873c..69bfcc0af 100644 --- a/src/bin/grin.rs +++ b/src/bin/grin.rs @@ -80,15 +80,6 @@ fn real_main() -> i32 { .get_matches(); let node_config; - // Temporary wallet warning message - if let ("wallet", _) = args.subcommand() { - println!(); - println!("As of v1.1.0, the wallet has been split into a separate executable."); - println!("Please visit https://github.com/mimblewimble/grin-wallet/releases to download"); - println!(); - return 0; - } - let chain_type = if args.is_present("floonet") { global::ChainTypes::Floonet } else if args.is_present("usernet") { diff --git a/src/bin/grin.yml b/src/bin/grin.yml index 13cdeeeac..b8d97fff4 100644 --- a/src/bin/grin.yml +++ b/src/bin/grin.yml @@ -14,9 +14,6 @@ args: subcommands: - clean: about: Clean Grin chain data - - wallet: - about: As of v1.1.0, the wallet has been split into a separate executable. See https://github.com/mimblewimble/grin-wallet/releases - usage: As of v1.1.0, the wallet has been split into a separate executable. See https://github.com/mimblewimble/grin-wallet/releases to download - server: about: Control the Grin server args: