From 532995e1df877034d95c9f837be69093c704fb94 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:21:34 +0800 Subject: [PATCH] Fix wrong code (#87) --- docs/node-operators/run-collator-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node-operators/run-collator-node.md b/docs/node-operators/run-collator-node.md index ffd2c7b..bc8c7c2 100644 --- a/docs/node-operators/run-collator-node.md +++ b/docs/node-operators/run-collator-node.md @@ -32,7 +32,7 @@ It's important to note that there is a faster method to expedite the syncing pro As of the time of writing this doc(2023-09-04), the latest version of the Darwinia node is `v6.4.0`. Please ensure that you check for [the latest version](https://github.com/darwinia-network/darwinia/releases) when running your own node. ```bash - wget [https://github.com/darwinia-network/darwinia/releases/download/v6.4.0/darwinia-x86_64-linux-gnu.tar.bz2](https://github.com/darwinia-network/darwinia/releases/download/v6.3.4/darwinia-x86_64-linux-gnu.tar.bz2) + wget https://github.com/darwinia-network/darwinia/releases/download/v6.4.0/darwinia-x86_64-linux-gnu.tar.bz2 tar xvf darwinia-x86_64-linux-gnu.tar.bz2 ``` @@ -206,4 +206,4 @@ It's important to note that there is a faster method to expedite the syncing pro ``` -Congratulations! You have successfully become a collator on the Darwinia network. As a collator, you play a crucial role in ensuring the overall liveness of the network. It is important that you actively monitor and stay updated with the latest developments concerning the Darwinia node. Please note that if you are not actively fulfilling your duties, there is a risk of your staking assets being slashed. \ No newline at end of file +Congratulations! You have successfully become a collator on the Darwinia network. As a collator, you play a crucial role in ensuring the overall liveness of the network. It is important that you actively monitor and stay updated with the latest developments concerning the Darwinia node. Please note that if you are not actively fulfilling your duties, there is a risk of your staking assets being slashed.