Remove wallet from CLI (#3347)

This commit is contained in:
Quentin Le Sceller
2020-06-12 08:39:53 -04:00
committed by GitHub
parent 2fe21c5ceb
commit 0cb1a352d3
2 changed files with 0 additions and 12 deletions
-9
View File
@@ -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") {
-3
View File
@@ -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: