Alpha/Baker: more client messages
This commit is contained in:
parent
41a6c7f9b5
commit
99f3b8446c
@ -623,6 +623,7 @@ let create
|
|||||||
(block_stream: Client_baking_blocks.block_info tzresult Lwt_stream.t)
|
(block_stream: Client_baking_blocks.block_info tzresult Lwt_stream.t)
|
||||||
(bi: Client_baking_blocks.block_info) =
|
(bi: Client_baking_blocks.block_info) =
|
||||||
|
|
||||||
|
cctxt#message "Setting up before the baker can start." >>= fun () ->
|
||||||
Shell_services.Blocks.hash cctxt ~block:`Genesis () >>=? fun genesis_hash ->
|
Shell_services.Blocks.hash cctxt ~block:`Genesis () >>=? fun genesis_hash ->
|
||||||
|
|
||||||
(* statefulness *)
|
(* statefulness *)
|
||||||
@ -678,6 +679,7 @@ let create
|
|||||||
|
|
||||||
(* ignition *)
|
(* ignition *)
|
||||||
lwt_log_info "Starting baking daemon" >>= fun () ->
|
lwt_log_info "Starting baking daemon" >>= fun () ->
|
||||||
|
cctxt#message "Starting the baker" >>= fun () ->
|
||||||
worker_loop ()
|
worker_loop ()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user