From a05c66926407d1ae302cfe88b2a0ec92af84a661 Mon Sep 17 00:00:00 2001 From: PruStephan Date: Wed, 1 Nov 2023 21:41:58 +0100 Subject: [PATCH] fixup! [#518] Remove transaction rollup mentions from repo --- docker/package/packages.py | 2 +- docs/smart-rollup.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/package/packages.py b/docker/package/packages.py index 5e0df9f05..59c493f62 100644 --- a/docker/package/packages.py +++ b/docker/package/packages.py @@ -513,7 +513,7 @@ def mk_units(proto): Unit(after=["network.target"], description=f"Tezos smart rollup node"), Service( environment_files=[f"/etc/default/tezos-smart-rollup-node-{proto}"], - environment=[f"PROTOCOL={proto}", f"TYPE=sc"], + environment=[f"PROTOCOL={proto}"], exec_start_pre=[ "+/usr/bin/setfacl -m u:tezos:rwx /run/systemd/ask-password" ], diff --git a/docs/smart-rollup.md b/docs/smart-rollup.md index 30f7a49dc..747680ea3 100644 --- a/docs/smart-rollup.md +++ b/docs/smart-rollup.md @@ -8,6 +8,8 @@ At first you should originate rollup with the provided alias for some implicit account: ``` sudo -u tezos tezos-client originate smart rollup from +of kind of type +with kernel ``` After that, with the active `tezos-node` service available with the provided uri, run the following command