https://gitlab.com/tezos/tezos
Raw File
Tip revision: a168f45422d1ec75d610f3dcafe7b5da5f3e3732 authored by phink on 06 March 2024, 12:45:43 UTC
add estimated number of blocks/attestation and update reward computation
Tip revision: a168f45
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name tztop_main)
 (public_name tztop)
 (package internal-devtools)
 (modes byte)
 (libraries
  octez-protocol-compiler
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top