mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21: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();
|
.get_matches();
|
||||||
let node_config;
|
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") {
|
let chain_type = if args.is_present("floonet") {
|
||||||
global::ChainTypes::Floonet
|
global::ChainTypes::Floonet
|
||||||
} else if args.is_present("usernet") {
|
} else if args.is_present("usernet") {
|
||||||
|
|
|
@ -14,9 +14,6 @@ args:
|
||||||
subcommands:
|
subcommands:
|
||||||
- clean:
|
- clean:
|
||||||
about: Clean Grin chain data
|
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:
|
- server:
|
||||||
about: Control the Grin server
|
about: Control the Grin server
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue