Script/gen_genesis: load HACL

This commit is contained in:
Raphaël Proust 2018-05-17 10:36:40 +08:00 committed by Marco Stronati
parent c125664c95
commit ccdb761bbb
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@
#require "lwt";;
#require "lwt.unix";;
#require "zarith";;
#require "nocrypto";;
#require "re";;
#require "hacl";;
#require "calendar";;
#mod_use "../src/lib_stdlib/tzString.ml";;
#mod_use "../src/lib_stdlib/option.ml";;

View File

@ -18,6 +18,6 @@ set -e
cd scripts
utop gen_genesis.ml
ocaml gen_genesis.ml
git commit -a -m "Reset the chain"