Skip to content

Commit

Permalink
Merge pull request #912 from Fingerling42/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zirreal authored Nov 1, 2024
2 parents 56f81a9 + fa1fdad commit 493e8f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/how-to-launch-the-robonomics-collator.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ robonomics \
--base-path="%BASE_PATH%" \
--trie-cache-size=0 \
-- \
--chain=%CHAIN_NAME%
--chain=%CHAIN_NAME% \
--sync=warp
```

Expand Down Expand Up @@ -138,7 +138,7 @@ After doing this, it is strongly recommended to launch the Robonomics collator a
--base-path="%BASE_PATH%" \
--trie-cache-size=0 \
-- \
--chain=%CHAIN_NAME%
--chain=%CHAIN_NAME% \
--sync=warp
[Install]
Expand Down Expand Up @@ -231,7 +231,7 @@ To fix this error, you can launch your collator in archive mode.
--trie-cache-size=0 \
--state-pruning=archive
-- \
--chain=%CHAIN_NAME%
--chain=%CHAIN_NAME% \
--sync=warp
[Install]
Expand Down

0 comments on commit 493e8f5

Please sign in to comment.