mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
Remove wallet from CLI (#3347)
This commit is contained in:
parent
2fe21c5ceb
commit
0cb1a352d3
2 changed files with 0 additions and 12 deletions
|
@ -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") {
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue