13 lines
791 B
OCaml
13 lines
791 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
module Name = struct let name = "genesis" end
|
|
module Environment = Tezos_client_environment.Environment.Make(Name)()
|
|
include Tezos_protocol_genesis.Functor.Make(Environment)
|