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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

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") {

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: