diff --git a/docs/introduction/howtorun.rst b/docs/introduction/howtorun.rst index 933c111b981bfb6fe17a9910baa4dd77915d75f1..3a767c047bd46e2ce5629f2706b39f651babf946 100644 --- a/docs/introduction/howtorun.rst +++ b/docs/introduction/howtorun.rst @@ -192,11 +192,6 @@ However, it is safe (and actually necessary) to temporarily run two bakers just It is possible to bake and endorse using a dedicated :ref:`consensus_key` instead of the delegate's key. -.. note:: - - In protocols before Ithaca, a separate daemon, the endorser, is responsible for emitting endorsements. - In these protocols, one needs to run the daemon ``octez-endorser-NNN-*`` to endorse. - Accuser ~~~~~~~ diff --git a/docs/introduction/howtouse.rst b/docs/introduction/howtouse.rst index c00d5888f79e6e9b1936b0bfc29b5c029b7bd034..a1a9efbacd0b65bbcb96e91fead92163120a1cc3 100644 --- a/docs/introduction/howtouse.rst +++ b/docs/introduction/howtouse.rst @@ -19,7 +19,6 @@ After a successful compilation, you should have the following binaries: - ``octez-client``: a command-line client and basic wallet (see `Client`_); - ``octez-admin-client``: administration tool for the node (see :ref:`octez-admin-client`); - ``octez-{baker,accuser}-*``: daemons to bake and accuse on the Tezos network (see :doc:`howtorun`); - note that prior to v12 of Octez, there was also an endorser daemon ``octez-endorser-*``; - ``octez-signer``: a client to remotely sign operations or blocks (see :ref:`signer`); - ``octez-smart-rollup-{client,node}-*``: executables for using and running a smart rollup as Layer 2 (see :doc:`../active/smart_rollups`)