File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55 (libraries
66 ;; opam libraries
77 async_unix
8- core
98 base
109 base64
1110 integers
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ let check_state_hash ~logger state_hash_opt =
464464 [ (" state_hash" , `String state_hash)
465465 ; (" error" , Error_json. error_to_yojson err)
466466 ] ;
467- Core . exit 1 )
467+ Stdlib . exit 1 )
468468
469469let main ~archive_uri ~start_state_hash_opt ~end_state_hash_opt ~all_blocks
470470 ~output_folder ~network ~include_block_height_in_name () =
@@ -512,7 +512,7 @@ let main ~archive_uri ~start_state_hash_opt ~end_state_hash_opt ~all_blocks
512512 [% log error]
513513 " No subchain available from an unparented block (possibly \
514514 the genesis block) to block with given end state hash" ;
515- Core . exit 1 ) ;
515+ Stdlib . exit 1 ) ;
516516 blocks
517517 | Some start_state_hash , Some end_state_hash ->
518518 [% log info]
@@ -537,7 +537,7 @@ let main ~archive_uri ~start_state_hash_opt ~end_state_hash_opt ~all_blocks
537537 available; try omitting the start state hash, to get a \
538538 chain from an unparented block to the block with the end \
539539 state hash" ;
540- Core . exit 1 ) ;
540+ Stdlib . exit 1 ) ;
541541 blocks
542542 | _ ->
543543 (* unreachable *)
You can’t perform that action at this time.
0 commit comments