Client: remove trace of the web client.

This commit is contained in:
Benjamin Canou 2017-11-26 23:19:24 +01:00
parent b4573fb323
commit 450d0dba4e
3 changed files with 0 additions and 15 deletions

View File

@ -11,15 +11,9 @@ type ('a, 'b) lwt_format =
('a, Format.formatter, unit, 'b Lwt.t) format4
type cfg = {
(* webclient options *)
web_port : int ;
(* misc options *)
base_dir : string ;
force : bool ;
block : Node_rpc_services.Blocks.block ;
}
type context = {
@ -42,8 +36,6 @@ let default_cfg_of_base_dir base_dir = {
base_dir ;
force = false ;
block = `Prevalidation ;
web_port = 8080 ;
}
let home =

View File

@ -11,15 +11,9 @@ type ('a, 'b) lwt_format =
('a, Format.formatter, unit, 'b Lwt.t) format4
type cfg = {
(* webclient options *)
web_port : int ;
(* misc options *)
base_dir : string ;
force : bool ;
block : Node_rpc_services.Blocks.block ;
}
type context = {

View File

@ -91,7 +91,6 @@ let main () =
base_dir = parsed_config_file.base_dir ;
force = parsed_args.force ;
block = parsed_args.block ;
web_port = Client_commands.default_cfg.web_port ;
} in
let rpc_config =
if parsed_args.print_timings then