Skip to content

Commit

Permalink
fixup! [#518] Remove transaction rollup mentions from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
PruStephan committed Nov 1, 2023
1 parent 5aae691 commit a05c669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/package/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 2 additions & 0 deletions docs/smart-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ROLLUP_ALIAS> from <IMPLICIT_ACCOUNT_ALIAS>
of kind <SMART_ROLLUP_KIND> of type <ROLLUP_PARAMETER_TYPE>
with kernel <KERNEL>
```

After that, with the active `tezos-node` service available with the provided uri, run the following command
Expand Down

0 comments on commit a05c669

Please sign in to comment.